color codes Logo

#c72efb color codes

#C72EFB
(199,46,251)
0 Favorites   0 Comments

Color spaces of #c72efb

RGB 19946251
HSL0.790.960.58
HSV285°82°98°
CMYK 0.210.820.00   0.02
XYZ41.942821.061193.1214
Yxy21.06110.26860.1349
Hunter Lab45.892482.8263-88.1822
CIE-Lab53.016383.1810-70.8487

#c72efb color RGB value is (199,46,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00101110 11111011
Octal 307 56 373
Decimal 199 46 251
Hex C7 2E FB

RGB Percentages of Color #c72efb

%40.12
%9.27
%50.60

CMYK Percentages of Color #c72efb

%21
%82
%0
%2

Triadic Colors of #c72efb

#c72efb #fbc72e #2efbc7

Analogous Colors of #c72efb

#c72efb #fb2ec9 #612efb

Monochromatic Colors of #c72efb

#c72efb

Complementary Color

#c72efb #62fb2e

#c72efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c72efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c72efb Color CSS Codes

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

#c72efb Text Font Color

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

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


#c72efb Background Color

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

This div background color is #c72efb


#c72efb Border Color

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

This div border color is #c72efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c72efb


Comments

No comments written yet.

Please login to write comment.