Color Hex Logo

#ce816d Color Hex

#CE816D
(206,129,109)
0 Favorites   0 Comments

Color spaces of #ce816d

RGB 206129109
HSL0.030.500.62
HSV12°47°81°
CMYK 0.000.370.47   0.19
XYZ36.064229.926518.3436
Yxy29.92650.42760.3549
Hunter Lab54.705121.941718.4126
CIE-Lab61.590827.535523.3172

#ce816d color RGB value is (206,129,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10000001 01101101
Octal 316 201 155
Decimal 206 129 109
Hex CE 81 6D

RGB Percentages of Color #ce816d

%46.40
%29.05
%24.55

CMYK Percentages of Color #ce816d

%0
%37
%47
%19

Triadic Colors of #ce816d

#ce816d #6dce81 #816dce

Analogous Colors of #ce816d

#ce816d #ceb26d #ce6d8a

Monochromatic Colors of #ce816d

#ce816d

Complementary Color

#ce816d #6dbace

#ce816d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce816d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce816d Color CSS Codes

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

#ce816d Text Font Color

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

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


#ce816d Background Color

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

This div background color is #ce816d


#ce816d Border Color

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

This div border color is #ce816d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce816d


Comments

No comments written yet.

Please login to write comment.