Color Hex Logo

#ce809f Color Hex

#CE809F
(206,128,159)
0 Favorites   0 Comments

Color spaces of #ce809f

RGB 206128159
HSL0.930.440.65
HSV336°38°81°
CMYK 0.000.380.23   0.19
XYZ39.430831.063436.7185
Yxy31.06340.36780.2897
Hunter Lab55.734528.7488-0.0467
CIE-Lab62.561134.2831-3.7602

#ce809f color RGB value is (206,128,159).

#ce809f hex color red value is 206, green value is 128 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ce809f hue: 0.93 , saturation: 0.44 and the lightness value of ce809f is 0.65.

The process color (four color CMYK) of #ce809f color hex is 0.00, 0.38, 0.23, 0.19. Web safe color of #ce809f is #cc9999. Color #ce809f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10000000 10011111
Octal 316 200 237
Decimal 206 128 159
Hex CE 80 9F

RGB Percentages of Color #ce809f

%41.78
%25.96
%32.25

CMYK Percentages of Color #ce809f

%0
%38
%23
%19

Triadic Colors of #ce809f

#ce809f #9fce80 #809fce

Analogous Colors of #ce809f

#ce809f #ce8880 #ce80c6

Monochromatic Colors of #ce809f

#ce809f

Complementary Color

#ce809f #80ceaf

#ce809f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce809f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce809f Color CSS Codes

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

#ce809f Text Font Color

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

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


#ce809f Background Color

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

This div background color is #ce809f


#ce809f Border Color

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

This div border color is #ce809f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,128,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 #ce809f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce809f


Comments

No comments written yet.

Please login to write comment.