Color Hex Logo

#c77def Color Hex

#C77DEF
(199,125,239)
0 Favorites   0 Comments

Color spaces of #c77def

RGB 199125239
HSL0.770.780.71
HSV279°48°94°
CMYK 0.170.480.00   0.06
XYZ46.466833.041385.5899
Yxy33.04130.28140.2001
Hunter Lab57.481643.7026-48.0456
CIE-Lab64.194348.2216-46.3137

#c77def color RGB value is (199,125,239).

#c77def hex color red value is 199, green value is 125 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c77def hue: 0.77 , saturation: 0.78 and the lightness value of c77def is 0.71.

The process color (four color CMYK) of #c77def color hex is 0.17, 0.48, 0.00, 0.06. Web safe color of #c77def is #cc66ff. Color #c77def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01111101 11101111
Octal 307 175 357
Decimal 199 125 239
Hex C7 7D EF

RGB Percentages of Color #c77def

%35.35
%22.20
%42.45

CMYK Percentages of Color #c77def

%17
%48
%0
%6

Triadic Colors of #c77def

#c77def #efc77d #7defc7

Analogous Colors of #c77def

#c77def #ef7dde #8e7def

Monochromatic Colors of #c77def

#c77def

Complementary Color

#c77def #a5ef7d

#c77def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c77def Color Preview on White Background

Lorem ipsum dolor sit amet.

#c77def Color CSS Codes

.mybgcolor {background-color:#c77def; } 
.myforecolor {color:#c77def; }
.mybordercolor {border:3px solid #c77def; }

#c77def Text Font Color

<p style="color:#c77def">Text here</p>

This sample text font color is #c77def
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c77def Background Color

<div style="background-color:#c77def">
Div content here</div>

This div background color is #c77def


#c77def Border Color

<div style="border:3px solid #c77def">
Div here</div>

This div border color is #c77def


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(199,125,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c77def; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c77def;
  -webkit-box-shadow: 1px 1px 3px 2px #c77def;
  box-shadow:         1px 1px 3px 2px #c77def; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,125,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c77def">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c77def;
  -webkit-box-shadow: 1px 1px 3px 2px #c77def;
  box-shadow:         1px 1px 3px 2px #c77def;">
Div content here</div>

This div box has shadow with color #c77def


Comments

No comments written yet.

Please login to write comment.