Color Hex Logo

#ce809b Color Hex

#CE809B
(206,128,155)
0 Favorites   0 Comments

Color spaces of #ce809b

RGB 206128155
HSL0.940.440.65
HSV339°38°81°
CMYK 0.000.380.25   0.19
XYZ39.089230.926734.9196
Yxy30.92670.37250.2947
Hunter Lab55.611828.14601.6990
CIE-Lab62.445733.7006-1.6476

#ce809b color RGB value is (206,128,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10000000 10011011
Octal 316 200 233
Decimal 206 128 155
Hex CE 80 9B

RGB Percentages of Color #ce809b

%42.13
%26.18
%31.70

CMYK Percentages of Color #ce809b

%0
%38
%25
%19

Triadic Colors of #ce809b

#ce809b #9bce80 #809bce

Analogous Colors of #ce809b

#ce809b #ce8c80 #ce80c2

Monochromatic Colors of #ce809b

#ce809b

Complementary Color

#ce809b #80ceb3

#ce809b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce809b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce809b Color CSS Codes

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

#ce809b Text Font Color

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

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


#ce809b Background Color

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

This div background color is #ce809b


#ce809b Border Color

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

This div border color is #ce809b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce809b


Comments

No comments written yet.

Please login to write comment.