Color Hex Logo

#c3009f Color Hex

#C3009F
(195,0,159)
0 Favorites   0 Comments

Color spaces of #c3009f

RGB 1950159
HSL0.861.000.38
HSV311°100°76°
CMYK 0.001.000.18   0.24
XYZ28.763714.105334.0075
Yxy14.10530.37420.1835
Hunter Lab37.557070.9825-27.3966
CIE-Lab44.383675.4163-31.5868

#c3009f color RGB value is (195,0,159).

#c3009f hex color red value is 195, green value is 0 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #c3009f hue: 0.86 , saturation: 1.00 and the lightness value of c3009f is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00000000 10011111
Octal 303 0 237
Decimal 195 0 159
Hex C3 0 9F

RGB Percentages of Color #c3009f

%55.08
%0.00
%44.92

CMYK Percentages of Color #c3009f

%0
%100
%18
%24

Triadic Colors of #c3009f

#c3009f #9fc300 #009fc3

Analogous Colors of #c3009f

#c3009f #c3003d #8600c3

Monochromatic Colors of #c3009f

#c3009f

Complementary Color

#c3009f #00c324

#c3009f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3009f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3009f Color CSS Codes

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

#c3009f Text Font Color

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

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


#c3009f Background Color

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

This div background color is #c3009f


#c3009f Border Color

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

This div border color is #c3009f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3009f


Comments

No comments written yet.

Please login to write comment.