Color Hex Logo

#c052fc Color Hex

#C052FC
(192,82,252)
0 Favorites   0 Comments

Color spaces of #c052fc

RGB 19282252
HSL0.770.970.65
HSV279°67°99°
CMYK 0.240.670.00   0.01
XYZ42.326224.269394.5491
Yxy24.26930.26270.1506
Hunter Lab49.263967.1506-79.3069
CIE-Lab56.356469.9403-66.0552

#c052fc color RGB value is (192,82,252).

#c052fc hex color red value is 192, green value is 82 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c052fc hue: 0.77 , saturation: 0.97 and the lightness value of c052fc is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01010010 11111100
Octal 300 122 374
Decimal 192 82 252
Hex C0 52 FC

RGB Percentages of Color #c052fc

%36.50
%15.59
%47.91

CMYK Percentages of Color #c052fc

%24
%67
%0
%1

Triadic Colors of #c052fc

#c052fc #fcc052 #52fcc0

Analogous Colors of #c052fc

#c052fc #fc52e3 #6b52fc

Monochromatic Colors of #c052fc

#c052fc

Complementary Color

#c052fc #8efc52

#c052fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c052fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c052fc Color CSS Codes

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

#c052fc Text Font Color

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

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


#c052fc Background Color

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

This div background color is #c052fc


#c052fc Border Color

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

This div border color is #c052fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c052fc

Related Colors


Comments

No comments written yet.

Please login to write comment.