Color Hex Logo

#ce868b Color Hex

#CE868B
(206,134,139)
0 Favorites   0 Comments

Color spaces of #ce868b

RGB 206134139
HSL0.990.420.67
HSV356°35°81°
CMYK 0.000.350.33   0.19
XYZ38.638932.036128.5732
Yxy32.03610.38930.3228
Hunter Lab56.600422.80429.6894
CIE-Lab63.372728.27158.8044

#ce868b color RGB value is (206,134,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10000110 10001011
Octal 316 206 213
Decimal 206 134 139
Hex CE 86 8B

RGB Percentages of Color #ce868b

%43.01
%27.97
%29.02

CMYK Percentages of Color #ce868b

%0
%35
%33
%19

Triadic Colors of #ce868b

#ce868b #8bce86 #868bce

Analogous Colors of #ce868b

#ce868b #cea586 #ce86af

Monochromatic Colors of #ce868b

#ce868b

Complementary Color

#ce868b #86cec9

#ce868b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce868b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce868b Color CSS Codes

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

#ce868b Text Font Color

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

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


#ce868b Background Color

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

This div background color is #ce868b


#ce868b Border Color

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

This div border color is #ce868b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce868b


Comments

No comments written yet.

Please login to write comment.