Color Hex Logo

#c2059f Color Hex

#C2059F
(194,5,159)
0 Favorites   0 Comments

Color spaces of #c2059f

RGB 1945159
HSL0.860.950.39
HSV311°97°76°
CMYK 0.000.970.18   0.24
XYZ28.560414.081134.0135
Yxy14.08110.37260.1837
Hunter Lab37.524870.1893-27.4747
CIE-Lab44.349074.7725-31.6543

#c2059f color RGB value is (194,5,159).

#c2059f hex color red value is 194, green value is 5 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #c2059f hue: 0.86 , saturation: 0.95 and the lightness value of c2059f is 0.39.

The process color (four color CMYK) of #c2059f color hex is 0.00, 0.97, 0.18, 0.24. Web safe color of #c2059f is #cc0099. Color #c2059f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00000101 10011111
Octal 302 5 237
Decimal 194 5 159
Hex C2 5 9F

RGB Percentages of Color #c2059f

%54.19
%1.40
%44.41

CMYK Percentages of Color #c2059f

%0
%97
%18
%24

Triadic Colors of #c2059f

#c2059f #9fc205 #059fc2

Analogous Colors of #c2059f

#c2059f #c20541 #8705c2

Monochromatic Colors of #c2059f

#c2059f

Complementary Color

#c2059f #05c228

#c2059f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2059f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2059f Color CSS Codes

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

#c2059f Text Font Color

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

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


#c2059f Background Color

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

This div background color is #c2059f


#c2059f Border Color

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

This div border color is #c2059f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2059f


Comments

No comments written yet.

Please login to write comment.