Color Hex Logo

#c766be Color Hex

#C766BE
(199,102,190)
0 Favorites   0 Comments

Color spaces of #c766be

RGB 199102190
HSL0.850.460.59
HSV306°49°78°
CMYK 0.000.490.05   0.22
XYZ37.598825.362651.6290
Yxy25.36260.32810.2213
Hunter Lab50.361345.1325-25.5296
CIE-Lab57.427050.5457-29.3598

#c766be color RGB value is (199,102,190).

#c766be hex color red value is 199, green value is 102 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c766be hue: 0.85 , saturation: 0.46 and the lightness value of c766be is 0.59.

The process color (four color CMYK) of #c766be color hex is 0.00, 0.49, 0.05, 0.22. Web safe color of #c766be is #cc66cc. Color #c766be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01100110 10111110
Octal 307 146 276
Decimal 199 102 190
Hex C7 66 BE

RGB Percentages of Color #c766be

%40.53
%20.77
%38.70

CMYK Percentages of Color #c766be

%0
%49
%5
%22

Triadic Colors of #c766be

#c766be #bec766 #66bec7

Analogous Colors of #c766be

#c766be #c7668e #a066c7

Monochromatic Colors of #c766be

#c766be

Complementary Color

#c766be #66c76f

#c766be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c766be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c766be Color CSS Codes

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

#c766be Text Font Color

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

This sample text font color is #c766be
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.


#c766be Background Color

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

This div background color is #c766be


#c766be Border Color

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

This div border color is #c766be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c766be


Comments

No comments written yet.

Please login to write comment.