Color Hex Logo

#c72ffb Color Hex

#C72FFB
(199,47,251)
0 Favorites   0 Comments

Color spaces of #c72ffb

RGB 19947251
HSL0.790.960.58
HSV285°81°98°
CMYK 0.210.810.00   0.02
XYZ41.982321.140293.1345
Yxy21.14020.26870.1353
Hunter Lab45.978582.5235-87.9135
CIE-Lab53.102682.9285-70.7089

#c72ffb color RGB value is (199,47,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00101111 11111011
Octal 307 57 373
Decimal 199 47 251
Hex C7 2F FB

RGB Percentages of Color #c72ffb

%40.04
%9.46
%50.50

CMYK Percentages of Color #c72ffb

%21
%81
%0
%2

Triadic Colors of #c72ffb

#c72ffb #fbc72f #2ffbc7

Analogous Colors of #c72ffb

#c72ffb #fb2fc9 #612ffb

Monochromatic Colors of #c72ffb

#c72ffb

Complementary Color

#c72ffb #63fb2f

#c72ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c72ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c72ffb Color CSS Codes

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

#c72ffb Text Font Color

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

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


#c72ffb Background Color

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

This div background color is #c72ffb


#c72ffb Border Color

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

This div border color is #c72ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c72ffb


Comments

No comments written yet.

Please login to write comment.