Color Hex Logo

#c72afe Color Hex

#C72AFE
(199,42,254)
0 Favorites   0 Comments

Color spaces of #c72afe

RGB 19942254
HSL0.790.990.58
HSV284°83°100°
CMYK 0.220.830.00   0.00
XYZ42.270520.953895.5825
Yxy20.95380.26620.1319
Hunter Lab45.775384.7262-91.7595
CIE-Lab52.898984.6759-72.7091

#c72afe color RGB value is (199,42,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00101010 11111110
Octal 307 52 376
Decimal 199 42 254
Hex C7 2A FE

RGB Percentages of Color #c72afe

%40.20
%8.48
%51.31

CMYK Percentages of Color #c72afe

%22
%83
%0
%0

Triadic Colors of #c72afe

#c72afe #fec72a #2afec7

Analogous Colors of #c72afe

#c72afe #fe2acb #5d2afe

Monochromatic Colors of #c72afe

#c72afe

Complementary Color

#c72afe #61fe2a

#c72afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c72afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c72afe Color CSS Codes

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

#c72afe Text Font Color

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

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


#c72afe Background Color

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

This div background color is #c72afe


#c72afe Border Color

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

This div border color is #c72afe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,42,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c72afe


Comments

No comments written yet.

Please login to write comment.