Color Hex Logo

#ce586f Color Hex

#CE586F
(206,88,111)
0 Favorites   0 Comments

Color spaces of #ce586f

RGB 20688111
HSL0.970.550.58
HSV348°57°81°
CMYK 0.000.570.46   0.19
XYZ31.812621.249017.4637
Yxy21.24900.45110.3013
Hunter Lab46.096642.51889.8056
CIE-Lab53.220948.789010.6817

#ce586f color RGB value is (206,88,111).

#ce586f hex color red value is 206, green value is 88 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ce586f hue: 0.97 , saturation: 0.55 and the lightness value of ce586f is 0.58.

The process color (four color CMYK) of #ce586f color hex is 0.00, 0.57, 0.46, 0.19. Web safe color of #ce586f is #cc6666. Color #ce586f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01011000 01101111
Octal 316 130 157
Decimal 206 88 111
Hex CE 58 6F

RGB Percentages of Color #ce586f

%50.86
%21.73
%27.41

CMYK Percentages of Color #ce586f

%0
%57
%46
%19

Triadic Colors of #ce586f

#ce586f #6fce58 #586fce

Analogous Colors of #ce586f

#ce586f #ce7c58 #ce58aa

Monochromatic Colors of #ce586f

#ce586f

Complementary Color

#ce586f #58ceb7

#ce586f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce586f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce586f Color CSS Codes

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

#ce586f Text Font Color

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

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


#ce586f Background Color

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

This div background color is #ce586f


#ce586f Border Color

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

This div border color is #ce586f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce586f


Comments

No comments written yet.

Please login to write comment.