Color Hex Logo

#ce609f Color Hex

#CE609F
(206,96,159)
0 Favorites   0 Comments

Color spaces of #ce609f

RGB 20696159
HSL0.900.530.59
HSV326°53°81°
CMYK 0.000.530.23   0.19
XYZ35.894523.990835.5397
Yxy23.99080.37620.2514
Hunter Lab48.980445.0951-8.7340
CIE-Lab56.078650.7262-13.4310

#ce609f color RGB value is (206,96,159).

#ce609f hex color red value is 206, green value is 96 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ce609f hue: 0.90 , saturation: 0.53 and the lightness value of ce609f is 0.59.

The process color (four color CMYK) of #ce609f color hex is 0.00, 0.53, 0.23, 0.19. Web safe color of #ce609f is #cc6699. Color #ce609f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01100000 10011111
Octal 316 140 237
Decimal 206 96 159
Hex CE 60 9F

RGB Percentages of Color #ce609f

%44.69
%20.82
%34.49

CMYK Percentages of Color #ce609f

%0
%53
%23
%19

Triadic Colors of #ce609f

#ce609f #9fce60 #609fce

Analogous Colors of #ce609f

#ce609f #ce6068 #c660ce

Monochromatic Colors of #ce609f

#ce609f

Complementary Color

#ce609f #60ce8f

#ce609f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce609f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce609f Color CSS Codes

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

#ce609f Text Font Color

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

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


#ce609f Background Color

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

This div background color is #ce609f


#ce609f Border Color

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

This div border color is #ce609f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(206,96,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ce609f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ce609f;
  -webkit-box-shadow: 1px 1px 3px 2px #ce609f;
  box-shadow:         1px 1px 3px 2px #ce609f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,96,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce609f


Comments

No comments written yet.

Please login to write comment.