Color Hex Logo

#cf59ce Color Hex

#CF59CE
(207,89,206)
0 Favorites   0 Comments

Color spaces of #cf59ce

RGB 20789206
HSL0.830.550.58
HSV301°57°81°
CMYK 0.000.570.00   0.19
XYZ40.445124.866461.0605
Yxy24.86640.32000.1968
Hunter Lab49.866257.5105-37.6934
CIE-Lab56.945061.6609-39.1616

#cf59ce color RGB value is (207,89,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 01011001 11001110
Octal 317 131 316
Decimal 207 89 206
Hex CF 59 CE

RGB Percentages of Color #cf59ce

%41.24
%17.73
%41.04

CMYK Percentages of Color #cf59ce

%0
%57
%0
%19

Triadic Colors of #cf59ce

#cf59ce #cecf59 #59cecf

Analogous Colors of #cf59ce

#cf59ce #cf5993 #9559cf

Monochromatic Colors of #cf59ce

#cf59ce

Complementary Color

#cf59ce #59cf5a

#cf59ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf59ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf59ce Color CSS Codes

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

#cf59ce Text Font Color

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

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


#cf59ce Background Color

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

This div background color is #cf59ce


#cf59ce Border Color

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

This div border color is #cf59ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf59ce


Comments

No comments written yet.

Please login to write comment.