Color Hex Logo

#c72aff Color Hex

#C72AFF
(199,42,255)
0 Favorites   0 Comments

Color spaces of #c72aff

RGB 19942255
HSL0.791.000.58
HSV284°84°100°
CMYK 0.220.840.00   0.00
XYZ42.431221.018096.4283
Yxy21.01800.26540.1315
Hunter Lab45.845484.9773-92.6151
CIE-Lab52.969284.8559-73.1511

#c72aff color RGB value is (199,42,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00101010 11111111
Octal 307 52 377
Decimal 199 42 255
Hex C7 2A FF

RGB Percentages of Color #c72aff

%40.12
%8.47
%51.41

CMYK Percentages of Color #c72aff

%22
%84
%0
%0

Triadic Colors of #c72aff

#c72aff #ffc72a #2affc7

Analogous Colors of #c72aff

#c72aff #ff2acd #5d2aff

Monochromatic Colors of #c72aff

#c72aff

Complementary Color

#c72aff #62ff2a

#c72aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c72aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c72aff Color CSS Codes

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

#c72aff Text Font Color

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

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


#c72aff Background Color

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

This div background color is #c72aff


#c72aff Border Color

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

This div border color is #c72aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c72aff

Related Colors


Comments

No comments written yet.

Please login to write comment.