Color Hex Logo

#c373fe Color Hex

#C373FE
(195,115,254)
0 Favorites   0 Comments

Color spaces of #c373fe

RGB 195115254
HSL0.760.990.72
HSV275°55°100°
CMYK 0.230.550.00   0.00
XYZ46.525831.019397.3011
Yxy31.01930.26610.1774
Hunter Lab55.695051.6470-64.5953
CIE-Lab62.523955.5883-57.2551

#c373fe color RGB value is (195,115,254).

#c373fe hex color red value is 195, green value is 115 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c373fe hue: 0.76 , saturation: 0.99 and the lightness value of c373fe is 0.72.

The process color (four color CMYK) of #c373fe color hex is 0.23, 0.55, 0.00, 0.00. Web safe color of #c373fe is #cc66ff. Color #c373fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01110011 11111110
Octal 303 163 376
Decimal 195 115 254
Hex C3 73 FE

RGB Percentages of Color #c373fe

%34.57
%20.39
%45.04

CMYK Percentages of Color #c373fe

%23
%55
%0
%0

Triadic Colors of #c373fe

#c373fe #fec373 #73fec3

Analogous Colors of #c373fe

#c373fe #fe73f4 #7e73fe

Monochromatic Colors of #c373fe

#c373fe

Complementary Color

#c373fe #aefe73

#c373fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c373fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c373fe Color CSS Codes

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

#c373fe Text Font Color

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

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


#c373fe Background Color

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

This div background color is #c373fe


#c373fe Border Color

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

This div border color is #c373fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c373fe


Comments

No comments written yet.

Please login to write comment.