Color Hex Logo

#c370da Color Hex

#C370DA
(195,112,218)
0 Favorites   0 Comments

Color spaces of #c370da

RGB 195112218
HSL0.800.590.65
HSV287°49°85°
CMYK 0.110.490.00   0.15
XYZ40.954728.252469.6244
Yxy28.25240.29500.2035
Hunter Lab53.153044.5176-40.4561
CIE-Lab60.116149.5654-41.0701

#c370da color RGB value is (195,112,218).

#c370da hex color red value is 195, green value is 112 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c370da hue: 0.80 , saturation: 0.59 and the lightness value of c370da is 0.65.

The process color (four color CMYK) of #c370da color hex is 0.11, 0.49, 0.00, 0.15. Web safe color of #c370da is #cc66cc. Color #c370da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01110000 11011010
Octal 303 160 332
Decimal 195 112 218
Hex C3 70 DA

RGB Percentages of Color #c370da

%37.14
%21.33
%41.52

CMYK Percentages of Color #c370da

%11
%49
%0
%15

Triadic Colors of #c370da

#c370da #dac370 #70dac3

Analogous Colors of #c370da

#c370da #da70bc #8e70da

Monochromatic Colors of #c370da

#c370da

Complementary Color

#c370da #87da70

#c370da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c370da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c370da Color CSS Codes

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

#c370da Text Font Color

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

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


#c370da Background Color

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

This div background color is #c370da


#c370da Border Color

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

This div border color is #c370da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c370da

#c370da Color Palettes


Comments

No comments written yet.

Please login to write comment.