Color Hex Logo

#c352ff Color Hex

#C352FF
(195,82,255)
0 Favorites   0 Comments

Color spaces of #c352ff

RGB 19582255
HSL0.781.000.66
HSV279°68°100°
CMYK 0.240.680.00   0.00
XYZ43.573024.856797.1090
Yxy24.85670.26320.1502
Hunter Lab49.856568.7545-80.5838
CIE-Lab56.935571.1570-66.7634

#c352ff color RGB value is (195,82,255).

#c352ff hex color red value is 195, green value is 82 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c352ff hue: 0.78 , saturation: 1.00 and the lightness value of c352ff is 0.66.

The process color (four color CMYK) of #c352ff color hex is 0.24, 0.68, 0.00, 0.00. Web safe color of #c352ff is #cc66ff. Color #c352ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01010010 11111111
Octal 303 122 377
Decimal 195 82 255
Hex C3 52 FF

RGB Percentages of Color #c352ff

%36.65
%15.41
%47.93

CMYK Percentages of Color #c352ff

%24
%68
%0
%0

Triadic Colors of #c352ff

#c352ff #ffc352 #52ffc3

Analogous Colors of #c352ff

#c352ff #ff52e5 #6d52ff

Monochromatic Colors of #c352ff

#c352ff

Complementary Color

#c352ff #8eff52

#c352ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c352ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c352ff Color CSS Codes

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

#c352ff Text Font Color

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

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


#c352ff Background Color

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

This div background color is #c352ff


#c352ff Border Color

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

This div border color is #c352ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c352ff

Related Colors


Comments

No comments written yet.

Please login to write comment.