Color Hex Logo

#ce867f Color Hex

#CE867F
(206,134,127)
0 Favorites   0 Comments

Color spaces of #ce867f

RGB 206134127
HSL0.010.450.65
HSV38°81°
CMYK 0.000.350.38   0.19
XYZ37.809531.704324.2054
Yxy31.70430.40340.3383
Hunter Lab56.306621.325113.9267
CIE-Lab63.097726.787415.2187

#ce867f color RGB value is (206,134,127).

#ce867f hex color red value is 206, green value is 134 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #ce867f hue: 0.01 , saturation: 0.45 and the lightness value of ce867f is 0.65.

The process color (four color CMYK) of #ce867f color hex is 0.00, 0.35, 0.38, 0.19. Web safe color of #ce867f is #cc9966. Color #ce867f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10000110 01111111
Octal 316 206 177
Decimal 206 134 127
Hex CE 86 7F

RGB Percentages of Color #ce867f

%44.11
%28.69
%27.19

CMYK Percentages of Color #ce867f

%0
%35
%38
%19

Triadic Colors of #ce867f

#ce867f #7fce86 #867fce

Analogous Colors of #ce867f

#ce867f #ceae7f #ce7fa0

Monochromatic Colors of #ce867f

#ce867f

Complementary Color

#ce867f #7fc7ce

#ce867f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce867f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce867f Color CSS Codes

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

#ce867f Text Font Color

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

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


#ce867f Background Color

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

This div background color is #ce867f


#ce867f Border Color

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

This div border color is #ce867f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce867f


Comments

No comments written yet.

Please login to write comment.