Color Hex Logo

#cf559f Color Hex

#CF559F
(207,85,159)
0 Favorites   0 Comments

Color spaces of #cf559f

RGB 20785159
HSL0.900.560.57
HSV324°59°81°
CMYK 0.000.590.23   0.19
XYZ35.238622.265635.2413
Yxy22.26560.37990.2401
Hunter Lab47.186450.7267-11.2504
CIE-Lab54.307756.1445-16.0978

#cf559f color RGB value is (207,85,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 01010101 10011111
Octal 317 125 237
Decimal 207 85 159
Hex CF 55 9F

RGB Percentages of Color #cf559f

%45.90
%18.85
%35.25

CMYK Percentages of Color #cf559f

%0
%59
%23
%19

Triadic Colors of #cf559f

#cf559f #9fcf55 #559fcf

Analogous Colors of #cf559f

#cf559f #cf5562 #c255cf

Monochromatic Colors of #cf559f

#cf559f

Complementary Color

#cf559f #55cf85

#cf559f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf559f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf559f Color CSS Codes

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

#cf559f Text Font Color

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

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


#cf559f Background Color

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

This div background color is #cf559f


#cf559f Border Color

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

This div border color is #cf559f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,85,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 #cf559f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf559f


Comments

No comments written yet.

Please login to write comment.