Color Hex Logo

#c72afa Color Hex

#C72AFA
(199,42,250)
0 Favorites   0 Comments

Color spaces of #c72afa

RGB 19942250
HSL0.790.950.57
HSV285°83°98°
CMYK 0.200.830.00   0.02
XYZ41.636520.700292.2435
Yxy20.70020.26940.1339
Hunter Lab45.497583.7317-88.3588
CIE-Lab52.619883.9611-70.9339

#c72afa color RGB value is (199,42,250).

#c72afa hex color red value is 199, green value is 42 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c72afa hue: 0.79 , saturation: 0.95 and the lightness value of c72afa is 0.57.

The process color (four color CMYK) of #c72afa color hex is 0.20, 0.83, 0.00, 0.02. Web safe color of #c72afa is #cc33ff. Color #c72afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00101010 11111010
Octal 307 52 372
Decimal 199 42 250
Hex C7 2A FA

RGB Percentages of Color #c72afa

%40.53
%8.55
%50.92

CMYK Percentages of Color #c72afa

%20
%83
%0
%2

Triadic Colors of #c72afa

#c72afa #fac72a #2afac7

Analogous Colors of #c72afa

#c72afa #fa2ac5 #5f2afa

Monochromatic Colors of #c72afa

#c72afa

Complementary Color

#c72afa #5dfa2a

#c72afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c72afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c72afa Color CSS Codes

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

#c72afa Text Font Color

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

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


#c72afa Background Color

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

This div background color is #c72afa


#c72afa Border Color

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

This div border color is #c72afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c72afa


Comments

No comments written yet.

Please login to write comment.