Color Hex Logo

#c373ce Color Hex

#C373CE
(195,115,206)
0 Favorites   0 Comments

Color spaces of #c373ce

RGB 195115206
HSL0.810.480.63
HSV293°44°81°
CMYK 0.050.440.00   0.19
XYZ39.777028.319861.7623
Yxy28.31980.30630.2181
Hunter Lab53.216440.2927-31.5599
CIE-Lab60.176645.6495-34.2195

#c373ce color RGB value is (195,115,206).

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

The process color (four color CMYK) of #c373ce color hex is 0.05, 0.44, 0.00, 0.19. Web safe color of #c373ce is #cc66cc. Color #c373ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01110011 11001110
Octal 303 163 316
Decimal 195 115 206
Hex C3 73 CE

RGB Percentages of Color #c373ce

%37.79
%22.29
%39.92

CMYK Percentages of Color #c373ce

%5
%44
%0
%19

Triadic Colors of #c373ce

#c373ce #cec373 #73cec3

Analogous Colors of #c373ce

#c373ce #ce73ac #9673ce

Monochromatic Colors of #c373ce

#c373ce

Complementary Color

#c373ce #7ece73

#c373ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c373ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c373ce Color CSS Codes

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

#c373ce Text Font Color

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

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


#c373ce Background Color

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

This div background color is #c373ce


#c373ce Border Color

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

This div border color is #c373ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c373ce


Comments

No comments written yet.

Please login to write comment.