Color Hex Logo

#ce816e Color Hex

#CE816E
(206,129,110)
0 Favorites   0 Comments

Color spaces of #ce816e

RGB 206129110
HSL0.030.490.62
HSV12°47°81°
CMYK 0.000.370.47   0.19
XYZ36.118329.948118.6288
Yxy29.94810.42650.3536
Hunter Lab54.724922.041218.1246
CIE-Lab61.609427.635922.7799

#ce816e color RGB value is (206,129,110).

#ce816e hex color red value is 206, green value is 129 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #ce816e hue: 0.03 , saturation: 0.49 and the lightness value of ce816e is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10000001 01101110
Octal 316 201 156
Decimal 206 129 110
Hex CE 81 6E

RGB Percentages of Color #ce816e

%46.29
%28.99
%24.72

CMYK Percentages of Color #ce816e

%0
%37
%47
%19

Triadic Colors of #ce816e

#ce816e #6ece81 #816ece

Analogous Colors of #ce816e

#ce816e #ceb16e #ce6e8b

Monochromatic Colors of #ce816e

#ce816e

Complementary Color

#ce816e #6ebbce

#ce816e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce816e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce816e Color CSS Codes

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

#ce816e Text Font Color

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

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


#ce816e Background Color

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

This div background color is #ce816e


#ce816e Border Color

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

This div border color is #ce816e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce816e


Comments

No comments written yet.

Please login to write comment.