Color Hex Logo

#ce588c Color Hex

#CE588C
(206,88,140)
0 Favorites   0 Comments

Color spaces of #ce588c

RGB 20688140
HSL0.930.550.58
HSV334°57°81°
CMYK 0.000.570.32   0.19
XYZ33.676921.994727.2814
Yxy21.99470.40600.2651
Hunter Lab46.898546.1050-1.6607
CIE-Lab54.021451.9919-5.3591

#ce588c color RGB value is (206,88,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01011000 10001100
Octal 316 130 214
Decimal 206 88 140
Hex CE 58 8C

RGB Percentages of Color #ce588c

%47.47
%20.28
%32.26

CMYK Percentages of Color #ce588c

%0
%57
%32
%19

Triadic Colors of #ce588c

#ce588c #8cce58 #588cce

Analogous Colors of #ce588c

#ce588c #ce5f58 #ce58c7

Monochromatic Colors of #ce588c

#ce588c

Complementary Color

#ce588c #58ce9a

#ce588c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce588c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce588c Color CSS Codes

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

#ce588c Text Font Color

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

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


#ce588c Background Color

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

This div background color is #ce588c


#ce588c Border Color

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

This div border color is #ce588c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce588c


Comments

No comments written yet.

Please login to write comment.