Color Hex Logo

#c72dfb Color Hex

#C72DFB
(199,45,251)
0 Favorites   0 Comments

Color spaces of #c72dfb

RGB 19945251
HSL0.790.960.58
HSV285°82°98°
CMYK 0.210.820.00   0.02
XYZ41.904220.983993.1085
Yxy20.98390.26860.1345
Hunter Lab45.808283.1231-88.4455
CIE-Lab52.931983.4281-70.9855

#c72dfb color RGB value is (199,45,251).

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

The process color (four color CMYK) of #c72dfb color hex is 0.21, 0.82, 0.00, 0.02. Web safe color of #c72dfb is #cc33ff. Color #c72dfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00101101 11111011
Octal 307 55 373
Decimal 199 45 251
Hex C7 2D FB

RGB Percentages of Color #c72dfb

%40.20
%9.09
%50.71

CMYK Percentages of Color #c72dfb

%21
%82
%0
%2

Triadic Colors of #c72dfb

#c72dfb #fbc72d #2dfbc7

Analogous Colors of #c72dfb

#c72dfb #fb2dc8 #602dfb

Monochromatic Colors of #c72dfb

#c72dfb

Complementary Color

#c72dfb #61fb2d

#c72dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c72dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c72dfb Color CSS Codes

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

#c72dfb Text Font Color

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

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


#c72dfb Background Color

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

This div background color is #c72dfb


#c72dfb Border Color

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

This div border color is #c72dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c72dfb


Comments

No comments written yet.

Please login to write comment.