Color Hex Logo

#ce9382 Color Hex

#CE9382
(206,147,130)
0 Favorites   0 Comments

Color spaces of #ce9382

RGB 206147130
HSL0.040.440.66
HSV13°37°81°
CMYK 0.000.290.37   0.19
XYZ39.916635.601025.8869
Yxy35.60100.39360.3511
Hunter Lab59.666614.999016.0431
CIE-Lab66.213920.063417.8485

#ce9382 color RGB value is (206,147,130).

#ce9382 hex color red value is 206, green value is 147 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #ce9382 hue: 0.04 , saturation: 0.44 and the lightness value of ce9382 is 0.66.

The process color (four color CMYK) of #ce9382 color hex is 0.00, 0.29, 0.37, 0.19. Web safe color of #ce9382 is #cc9999. Color #ce9382 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10010011 10000010
Octal 316 223 202
Decimal 206 147 130
Hex CE 93 82

RGB Percentages of Color #ce9382

%42.65
%30.43
%26.92

CMYK Percentages of Color #ce9382

%0
%29
%37
%19

Triadic Colors of #ce9382

#ce9382 #82ce93 #9382ce

Analogous Colors of #ce9382

#ce9382 #ceb982 #ce8297

Monochromatic Colors of #ce9382

#ce9382

Complementary Color

#ce9382 #82bdce

#ce9382 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce9382 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce9382 Color CSS Codes

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

#ce9382 Text Font Color

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

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


#ce9382 Background Color

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

This div background color is #ce9382


#ce9382 Border Color

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

This div border color is #ce9382


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce9382


Comments

No comments written yet.

Please login to write comment.