Color Hex Logo

#ce807f Color Hex

#CE807F
(206,128,127)
0 Favorites   0 Comments

Color spaces of #ce807f

RGB 206128127
HSL0.000.450.65
HSV38°81°
CMYK 0.000.380.38   0.19
XYZ37.003530.092523.9368
Yxy30.09250.40650.3306
Hunter Lab54.856624.407912.5283
CIE-Lab61.734030.034013.3172

#ce807f color RGB value is (206,128,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10000000 01111111
Octal 316 200 177
Decimal 206 128 127
Hex CE 80 7F

RGB Percentages of Color #ce807f

%44.69
%27.77
%27.55

CMYK Percentages of Color #ce807f

%0
%38
%38
%19

Triadic Colors of #ce807f

#ce807f #7fce80 #807fce

Analogous Colors of #ce807f

#ce807f #cea87f #ce7fa6

Monochromatic Colors of #ce807f

#ce807f

Complementary Color

#ce807f #7fcdce

#ce807f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce807f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce807f Color CSS Codes

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

#ce807f Text Font Color

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

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


#ce807f Background Color

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

This div background color is #ce807f


#ce807f Border Color

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

This div border color is #ce807f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce807f


Comments

No comments written yet.

Please login to write comment.