Color Hex Logo

#c352cf Color Hex

#C352CF
(195,82,207)
0 Favorites   0 Comments

Color spaces of #c352cf

RGB 19582207
HSL0.820.570.57
HSV294°60°81°
CMYK 0.060.600.00   0.19
XYZ36.785522.141761.3664
Yxy22.14170.30580.1841
Hunter Lab47.055057.1972-44.3842
CIE-Lab54.177061.8885-44.2090

#c352cf color RGB value is (195,82,207).

#c352cf hex color red value is 195, green value is 82 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c352cf hue: 0.82 , saturation: 0.57 and the lightness value of c352cf is 0.57.

The process color (four color CMYK) of #c352cf color hex is 0.06, 0.60, 0.00, 0.19. Web safe color of #c352cf is #cc66cc. Color #c352cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01010010 11001111
Octal 303 122 317
Decimal 195 82 207
Hex C3 52 CF

RGB Percentages of Color #c352cf

%40.29
%16.94
%42.77

CMYK Percentages of Color #c352cf

%6
%60
%0
%19

Triadic Colors of #c352cf

#c352cf #cfc352 #52cfc3

Analogous Colors of #c352cf

#c352cf #cf529d #8552cf

Monochromatic Colors of #c352cf

#c352cf

Complementary Color

#c352cf #5ecf52

#c352cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c352cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c352cf Color CSS Codes

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

#c352cf Text Font Color

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

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


#c352cf Background Color

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

This div background color is #c352cf


#c352cf Border Color

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

This div border color is #c352cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c352cf


Comments

No comments written yet.

Please login to write comment.