Color Hex Logo

#c052fa Color Hex

#C052FA
(192,82,250)
0 Favorites   0 Comments

Color spaces of #c052fa

RGB 19282250
HSL0.780.940.65
HSV279°67°98°
CMYK 0.230.670.00   0.02
XYZ42.010824.143292.8884
Yxy24.14320.26410.1518
Hunter Lab49.135766.6291-77.6895
CIE-Lab56.230969.5306-65.1479

#c052fa color RGB value is (192,82,250).

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

The process color (four color CMYK) of #c052fa color hex is 0.23, 0.67, 0.00, 0.02. Web safe color of #c052fa is #cc66ff. Color #c052fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01010010 11111010
Octal 300 122 372
Decimal 192 82 250
Hex C0 52 FA

RGB Percentages of Color #c052fa

%36.64
%15.65
%47.71

CMYK Percentages of Color #c052fa

%23
%67
%0
%2

Triadic Colors of #c052fa

#c052fa #fac052 #52fac0

Analogous Colors of #c052fa

#c052fa #fa52e0 #6c52fa

Monochromatic Colors of #c052fa

#c052fa

Complementary Color

#c052fa #8cfa52

#c052fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c052fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c052fa Color CSS Codes

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

#c052fa Text Font Color

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

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


#c052fa Background Color

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

This div background color is #c052fa


#c052fa Border Color

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

This div border color is #c052fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c052fa


Comments

No comments written yet.

Please login to write comment.