Color Hex Logo

#ce588f Color Hex

#CE588F
(206,88,143)
0 Favorites   0 Comments

Color spaces of #ce588f

RGB 20688143
HSL0.920.550.58
HSV332°57°81°
CMYK 0.000.570.31   0.19
XYZ33.901222.084428.4625
Yxy22.08440.40140.2615
Hunter Lab46.994046.5292-3.0139
CIE-Lab54.116452.3659-6.9891

#ce588f color RGB value is (206,88,143).

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

The process color (four color CMYK) of #ce588f color hex is 0.00, 0.57, 0.31, 0.19. Web safe color of #ce588f is #cc6699. Color #ce588f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01011000 10001111
Octal 316 130 217
Decimal 206 88 143
Hex CE 58 8F

RGB Percentages of Color #ce588f

%47.14
%20.14
%32.72

CMYK Percentages of Color #ce588f

%0
%57
%31
%19

Triadic Colors of #ce588f

#ce588f #8fce58 #588fce

Analogous Colors of #ce588f

#ce588f #ce5c58 #ce58ca

Monochromatic Colors of #ce588f

#ce588f

Complementary Color

#ce588f #58ce97

#ce588f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce588f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce588f Color CSS Codes

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

#ce588f Text Font Color

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

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


#ce588f Background Color

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

This div background color is #ce588f


#ce588f Border Color

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

This div border color is #ce588f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce588f


Comments

No comments written yet.

Please login to write comment.