Color Hex Logo

#c72afd Color Hex

#C72AFD
(199,42,253)
0 Favorites   0 Comments

Color spaces of #c72afd

RGB 19942253
HSL0.790.980.58
HSV285°83°99°
CMYK 0.210.830.00   0.01
XYZ42.110820.889994.7412
Yxy20.88990.26700.1324
Hunter Lab45.705584.4767-90.9062
CIE-Lab52.828884.4968-72.2665

#c72afd color RGB value is (199,42,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00101010 11111101
Octal 307 52 375
Decimal 199 42 253
Hex C7 2A FD

RGB Percentages of Color #c72afd

%40.28
%8.50
%51.21

CMYK Percentages of Color #c72afd

%21
%83
%0
%1

Triadic Colors of #c72afd

#c72afd #fdc72a #2afdc7

Analogous Colors of #c72afd

#c72afd #fd2aca #5d2afd

Monochromatic Colors of #c72afd

#c72afd

Complementary Color

#c72afd #60fd2a

#c72afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c72afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c72afd Color CSS Codes

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

#c72afd Text Font Color

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

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


#c72afd Background Color

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

This div background color is #c72afd


#c72afd Border Color

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

This div border color is #c72afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c72afd


Comments

No comments written yet.

Please login to write comment.