Color Hex Logo

#ce8599 Color Hex

#CE8599
(206,133,153)
0 Favorites   0 Comments

Color spaces of #ce8599

RGB 206133153
HSL0.950.430.66
HSV344°35°81°
CMYK 0.000.350.26   0.19
XYZ39.590932.196834.2649
Yxy32.19680.37330.3036
Hunter Lab56.742225.24643.9161
CIE-Lab63.505230.71781.0401

#ce8599 color RGB value is (206,133,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10000101 10011001
Octal 316 205 231
Decimal 206 133 153
Hex CE 85 99

RGB Percentages of Color #ce8599

%41.87
%27.03
%31.10

CMYK Percentages of Color #ce8599

%0
%35
%26
%19

Triadic Colors of #ce8599

#ce8599 #99ce85 #8599ce

Analogous Colors of #ce8599

#ce8599 #ce9685 #ce85be

Monochromatic Colors of #ce8599

#ce8599

Complementary Color

#ce8599 #85ceba

#ce8599 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce8599 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce8599 Color CSS Codes

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

#ce8599 Text Font Color

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

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


#ce8599 Background Color

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

This div background color is #ce8599


#ce8599 Border Color

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

This div border color is #ce8599


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,133,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 #ce8599">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce8599


Comments

No comments written yet.

Please login to write comment.