Color Hex Logo

#c3059a Color Hex

#C3059A
(195,5,154)
0 Favorites   0 Comments

Color spaces of #c3059a

RGB 1955154
HSL0.870.950.39
HSV313°97°76°
CMYK 0.000.970.21   0.24
XYZ28.392714.043731.7861
Yxy14.04370.38250.1892
Hunter Lab37.474969.6586-24.0571
CIE-Lab44.295574.3462-28.7172

#c3059a color RGB value is (195,5,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00000101 10011010
Octal 303 5 232
Decimal 195 5 154
Hex C3 5 9A

RGB Percentages of Color #c3059a

%55.08
%1.41
%43.50

CMYK Percentages of Color #c3059a

%0
%97
%21
%24

Triadic Colors of #c3059a

#c3059a #9ac305 #059ac3

Analogous Colors of #c3059a

#c3059a #c3053b #8d05c3

Monochromatic Colors of #c3059a

#c3059a

Complementary Color

#c3059a #05c32e

#c3059a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3059a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3059a Color CSS Codes

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

#c3059a Text Font Color

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

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


#c3059a Background Color

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

This div background color is #c3059a


#c3059a Border Color

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

This div border color is #c3059a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,5,154, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3059a


Comments

No comments written yet.

Please login to write comment.