Color Hex Logo

#c373cb Color Hex

#C373CB
(195,115,203)
0 Favorites   0 Comments

Color spaces of #c373cb

RGB 195115203
HSL0.820.460.62
HSV295°43°80°
CMYK 0.040.430.00   0.20
XYZ39.415928.175459.8609
Yxy28.17540.30930.2211
Hunter Lab53.080539.6576-29.7072
CIE-Lab60.046945.0734-32.7264

#c373cb color RGB value is (195,115,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01110011 11001011
Octal 303 163 313
Decimal 195 115 203
Hex C3 73 CB

RGB Percentages of Color #c373cb

%38.01
%22.42
%39.57

CMYK Percentages of Color #c373cb

%4
%43
%0
%20

Triadic Colors of #c373cb

#c373cb #cbc373 #73cbc3

Analogous Colors of #c373cb

#c373cb #cb73a7 #9773cb

Monochromatic Colors of #c373cb

#c373cb

Complementary Color

#c373cb #7bcb73

#c373cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c373cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c373cb Color CSS Codes

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

#c373cb Text Font Color

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

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


#c373cb Background Color

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

This div background color is #c373cb


#c373cb Border Color

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

This div border color is #c373cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c373cb


Comments

No comments written yet.

Please login to write comment.