Color Hex Logo

#c252ff Color Hex

#C252FF
(194,82,255)
0 Favorites   0 Comments

Color spaces of #c252ff

RGB 19482255
HSL0.771.000.66
HSV279°68°100°
CMYK 0.240.680.00   0.00
XYZ43.315424.723997.0970
Yxy24.72390.26230.1497
Hunter Lab49.723168.4815-80.9725
CIE-Lab56.805470.9566-66.9799

#c252ff color RGB value is (194,82,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01010010 11111111
Octal 302 122 377
Decimal 194 82 255
Hex C2 52 FF

RGB Percentages of Color #c252ff

%36.53
%15.44
%48.02

CMYK Percentages of Color #c252ff

%24
%68
%0
%0

Triadic Colors of #c252ff

#c252ff #ffc252 #52ffc2

Analogous Colors of #c252ff

#c252ff #ff52e6 #6c52ff

Monochromatic Colors of #c252ff

#c252ff

Complementary Color

#c252ff #8fff52

#c252ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c252ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c252ff Color CSS Codes

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

#c252ff Text Font Color

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

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


#c252ff Background Color

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

This div background color is #c252ff


#c252ff Border Color

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

This div border color is #c252ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c252ff

Related Colors


Comments

No comments written yet.

Please login to write comment.