Color Hex Logo

#ce8199 Color Hex

#CE8199
(206,129,153)
0 Favorites   0 Comments

Color spaces of #ce8199

RGB 206129153
HSL0.950.440.66
HSV341°37°81°
CMYK 0.000.370.26   0.19
XYZ39.053631.122234.0858
Yxy31.12220.37460.2985
Hunter Lab55.787327.33032.8251
CIE-Lab62.610732.8767-0.2648

#ce8199 color RGB value is (206,129,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10000001 10011001
Octal 316 201 231
Decimal 206 129 153
Hex CE 81 99

RGB Percentages of Color #ce8199

%42.21
%26.43
%31.35

CMYK Percentages of Color #ce8199

%0
%37
%26
%19

Triadic Colors of #ce8199

#ce8199 #99ce81 #8199ce

Analogous Colors of #ce8199

#ce8199 #ce9081 #ce81c0

Monochromatic Colors of #ce8199

#ce8199

Complementary Color

#ce8199 #81ceb6

#ce8199 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce8199 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce8199 Color CSS Codes

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

#ce8199 Text Font Color

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

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


#ce8199 Background Color

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

This div background color is #ce8199


#ce8199 Border Color

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

This div border color is #ce8199


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce8199


Comments

No comments written yet.

Please login to write comment.