Color Hex Logo

#c372da Color Hex

#C372DA
(195,114,218)
0 Favorites   0 Comments

Color spaces of #c372da

RGB 195114218
HSL0.800.580.65
HSV287°48°85°
CMYK 0.110.480.00   0.15
XYZ41.177928.698769.6988
Yxy28.69870.29500.2056
Hunter Lab53.571243.4559-39.6395
CIE-Lab60.514848.5317-40.4440

#c372da color RGB value is (195,114,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01110010 11011010
Octal 303 162 332
Decimal 195 114 218
Hex C3 72 DA

RGB Percentages of Color #c372da

%37.00
%21.63
%41.37

CMYK Percentages of Color #c372da

%11
%48
%0
%15

Triadic Colors of #c372da

#c372da #dac372 #72dac3

Analogous Colors of #c372da

#c372da #da72bd #8f72da

Monochromatic Colors of #c372da

#c372da

Complementary Color

#c372da #89da72

#c372da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c372da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c372da Color CSS Codes

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

#c372da Text Font Color

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

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


#c372da Background Color

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

This div background color is #c372da


#c372da Border Color

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

This div border color is #c372da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,114,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 #c372da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c372da


Comments

No comments written yet.

Please login to write comment.