Color Hex Logo

#ce859e Color Hex

#CE859E
(206,133,158)
0 Favorites   0 Comments

Color spaces of #ce859e

RGB 206133158
HSL0.940.430.66
HSV339°35°81°
CMYK 0.000.350.23   0.19
XYZ40.012732.365536.4860
Yxy32.36550.36750.2973
Hunter Lab56.890725.98501.7987
CIE-Lab63.643831.4417-1.5990

#ce859e color RGB value is (206,133,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10000101 10011110
Octal 316 205 236
Decimal 206 133 158
Hex CE 85 9E

RGB Percentages of Color #ce859e

%41.45
%26.76
%31.79

CMYK Percentages of Color #ce859e

%0
%35
%23
%19

Triadic Colors of #ce859e

#ce859e #9ece85 #859ece

Analogous Colors of #ce859e

#ce859e #ce9185 #ce85c3

Monochromatic Colors of #ce859e

#ce859e

Complementary Color

#ce859e #85ceb5

#ce859e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce859e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce859e Color CSS Codes

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

#ce859e Text Font Color

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

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


#ce859e Background Color

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

This div background color is #ce859e


#ce859e Border Color

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

This div border color is #ce859e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce859e


Comments

No comments written yet.

Please login to write comment.