Color Hex Logo

#ce579f Color Hex

#CE579F
(206,87,159)
0 Favorites   0 Comments

Color spaces of #ce579f

RGB 20687159
HSL0.900.550.57
HSV324°58°81°
CMYK 0.000.580.23   0.19
XYZ35.119822.441435.2815
Yxy22.44140.37830.2417
Hunter Lab47.372449.4305-10.9968
CIE-Lab54.492254.9449-15.8318

#ce579f color RGB value is (206,87,159).

#ce579f hex color red value is 206, green value is 87 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ce579f hue: 0.90 , saturation: 0.55 and the lightness value of ce579f is 0.57.

The process color (four color CMYK) of #ce579f color hex is 0.00, 0.58, 0.23, 0.19. Web safe color of #ce579f is #cc6699. Color #ce579f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010111 10011111
Octal 316 127 237
Decimal 206 87 159
Hex CE 57 9F

RGB Percentages of Color #ce579f

%45.58
%19.25
%35.18

CMYK Percentages of Color #ce579f

%0
%58
%23
%19

Triadic Colors of #ce579f

#ce579f #9fce57 #579fce

Analogous Colors of #ce579f

#ce579f #ce5763 #c257ce

Monochromatic Colors of #ce579f

#ce579f

Complementary Color

#ce579f #57ce86

#ce579f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce579f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce579f Color CSS Codes

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

#ce579f Text Font Color

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

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


#ce579f Background Color

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

This div background color is #ce579f


#ce579f Border Color

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

This div border color is #ce579f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce579f


Comments

No comments written yet.

Please login to write comment.