Color Hex Logo

#c300af Color Hex

#C300AF
(195,0,175)
1 Favorites   0 Comments

Color spaces of #c300af

RGB 1950175
HSL0.851.000.38
HSV306°100°76°
CMYK 0.001.000.10   0.24
XYZ30.243514.697241.8003
Yxy14.69720.34870.1694
Hunter Lab38.336973.7267-37.8104
CIE-Lab45.216677.4862-39.8112

#c300af color RGB value is (195,0,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00000000 10101111
Octal 303 0 257
Decimal 195 0 175
Hex C3 0 AF

RGB Percentages of Color #c300af

%52.70
%0.00
%47.30

CMYK Percentages of Color #c300af

%0
%100
%10
%24

Triadic Colors of #c300af

#c300af #afc300 #00afc3

Analogous Colors of #c300af

#c300af #c3004d #7600c3

Monochromatic Colors of #c300af

#c300af

Complementary Color

#c300af #00c314

#c300af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c300af Color Preview on White Background

Lorem ipsum dolor sit amet.

#c300af Color CSS Codes

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

#c300af Text Font Color

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

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


#c300af Background Color

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

This div background color is #c300af


#c300af Border Color

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

This div border color is #c300af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c300af


Comments

No comments written yet.

Please login to write comment.