color codes Logo

#ce587c color codes

#CE587C
(206,88,124)
0 Favorites   0 Comments

Color spaces of #ce587c

RGB 20688124
HSL0.950.550.58
HSV342°57°81°
CMYK 0.000.570.40   0.19
XYZ32.581421.556521.5124
Yxy21.55650.43070.2849
Hunter Lab46.429044.01115.0289
CIE-Lab53.553250.13093.4336

#ce587c color RGB value is (206,88,124).

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

The process color (four color CMYK) of #ce587c color code is 0.00, 0.57, 0.40, 0.19. Web safe color of #ce587c is #cc6666. Color #ce587c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01011000 01111100
Octal 316 130 174
Decimal 206 88 124
Hex CE 58 7C

RGB Percentages of Color #ce587c

%49.28
%21.05
%29.67

CMYK Percentages of Color #ce587c

%0
%57
%40
%19

Triadic Colors of #ce587c

#ce587c #7cce58 #587cce

Analogous Colors of #ce587c

#ce587c #ce6f58 #ce58b7

Monochromatic Colors of #ce587c

#ce587c

Complementary Color

#ce587c #58ceaa

#ce587c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce587c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce587c Color CSS Codes

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

#ce587c Text Font Color

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

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


#ce587c Background Color

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

This div background color is #ce587c


#ce587c Border Color

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

This div border color is #ce587c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce587c


Comments

No comments written yet.

Please login to write comment.