Color Hex Logo

#ce858b Color Hex

#CE858B
(206,133,139)
0 Favorites   0 Comments

Color spaces of #ce858b

RGB 206133139
HSL0.990.430.66
HSV355°35°81°
CMYK 0.000.350.33   0.19
XYZ38.501331.760928.5273
Yxy31.76090.38970.3215
Hunter Lab56.356823.32159.4377
CIE-Lab63.144828.81388.4800

#ce858b color RGB value is (206,133,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10000101 10001011
Octal 316 205 213
Decimal 206 133 139
Hex CE 85 8B

RGB Percentages of Color #ce858b

%43.10
%27.82
%29.08

CMYK Percentages of Color #ce858b

%0
%35
%33
%19

Triadic Colors of #ce858b

#ce858b #8bce85 #858bce

Analogous Colors of #ce858b

#ce858b #cea485 #ce85b0

Monochromatic Colors of #ce858b

#ce858b

Complementary Color

#ce858b #85cec8

#ce858b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce858b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce858b Color CSS Codes

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

#ce858b Text Font Color

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

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


#ce858b Background Color

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

This div background color is #ce858b


#ce858b Border Color

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

This div border color is #ce858b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce858b


Comments

No comments written yet.

Please login to write comment.