Color Hex Logo

#c370df Color Hex

#C370DF
(195,112,223)
0 Favorites   0 Comments

Color spaces of #c370df

RGB 195112223
HSL0.790.630.66
HSV285°50°87°
CMYK 0.130.500.00   0.13
XYZ41.619128.518273.1230
Yxy28.51820.29050.1991
Hunter Lab53.402445.6594-43.8030
CIE-Lab60.354050.5710-43.4988

#c370df color RGB value is (195,112,223).

#c370df hex color red value is 195, green value is 112 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c370df hue: 0.79 , saturation: 0.63 and the lightness value of c370df is 0.66.

The process color (four color CMYK) of #c370df color hex is 0.13, 0.50, 0.00, 0.13. Web safe color of #c370df is #cc66cc. Color #c370df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01110000 11011111
Octal 303 160 337
Decimal 195 112 223
Hex C3 70 DF

RGB Percentages of Color #c370df

%36.79
%21.13
%42.08

CMYK Percentages of Color #c370df

%13
%50
%0
%13

Triadic Colors of #c370df

#c370df #dfc370 #70dfc3

Analogous Colors of #c370df

#c370df #df70c4 #8c70df

Monochromatic Colors of #c370df

#c370df

Complementary Color

#c370df #8cdf70

#c370df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c370df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c370df Color CSS Codes

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

#c370df Text Font Color

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

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


#c370df Background Color

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

This div background color is #c370df


#c370df Border Color

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

This div border color is #c370df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c370df


Comments

No comments written yet.

Please login to write comment.