Color Hex Logo

#c373cc Color Hex

#C373CC
(195,115,204)
0 Favorites   0 Comments

Color spaces of #c373cc

RGB 195115204
HSL0.820.470.63
HSV294°44°80°
CMYK 0.040.440.00   0.20
XYZ39.535528.223260.4906
Yxy28.22320.30830.2201
Hunter Lab53.125539.8684-30.3218
CIE-Lab60.089945.2649-33.2248

#c373cc color RGB value is (195,115,204).

#c373cc hex color red value is 195, green value is 115 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c373cc hue: 0.82 , saturation: 0.47 and the lightness value of c373cc is 0.63.

The process color (four color CMYK) of #c373cc color hex is 0.04, 0.44, 0.00, 0.20. Web safe color of #c373cc is #cc66cc. Color #c373cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01110011 11001100
Octal 303 163 314
Decimal 195 115 204
Hex C3 73 CC

RGB Percentages of Color #c373cc

%37.94
%22.37
%39.69

CMYK Percentages of Color #c373cc

%4
%44
%0
%20

Triadic Colors of #c373cc

#c373cc #ccc373 #73ccc3

Analogous Colors of #c373cc

#c373cc #cc73a9 #9773cc

Monochromatic Colors of #c373cc

#c373cc

Complementary Color

#c373cc #7ccc73

#c373cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c373cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c373cc Color CSS Codes

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

#c373cc Text Font Color

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

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


#c373cc Background Color

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

This div background color is #c373cc


#c373cc Border Color

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

This div border color is #c373cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c373cc


Comments

No comments written yet.

Please login to write comment.