Color Hex Logo

#c72feb Color Hex

#C72FEB
(199,47,235)
0 Favorites   0 Comments

Color spaces of #c72feb

RGB 19947235
HSL0.800.820.55
HSV289°80°92°
CMYK 0.150.800.00   0.08
XYZ39.565120.173380.4058
Yxy20.17330.28230.1439
Hunter Lab44.914778.6389-74.7000
CIE-Lab52.032680.0876-63.4777

#c72feb color RGB value is (199,47,235).

#c72feb hex color red value is 199, green value is 47 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c72feb hue: 0.80 , saturation: 0.82 and the lightness value of c72feb is 0.55.

The process color (four color CMYK) of #c72feb color hex is 0.15, 0.80, 0.00, 0.08. Web safe color of #c72feb is #cc33ff. Color #c72feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00101111 11101011
Octal 307 57 353
Decimal 199 47 235
Hex C7 2F EB

RGB Percentages of Color #c72feb

%41.37
%9.77
%48.86

CMYK Percentages of Color #c72feb

%15
%80
%0
%8

Triadic Colors of #c72feb

#c72feb #ebc72f #2febc7

Analogous Colors of #c72feb

#c72feb #eb2fb1 #692feb

Monochromatic Colors of #c72feb

#c72feb

Complementary Color

#c72feb #53eb2f

#c72feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c72feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c72feb Color CSS Codes

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

#c72feb Text Font Color

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

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


#c72feb Background Color

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

This div background color is #c72feb


#c72feb Border Color

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

This div border color is #c72feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c72feb


Comments

No comments written yet.

Please login to write comment.