Color Hex Logo

#c72efe Color Hex

#C72EFE
(199,46,254)
0 Favorites   0 Comments

Color spaces of #c72efe

RGB 19946254
HSL0.790.990.59
HSV284°82°100°
CMYK 0.220.820.00   0.00
XYZ42.419621.251995.6322
Yxy21.25190.26630.1334
Hunter Lab46.099883.5756-90.7249
CIE-Lab53.224183.7224-72.1816

#c72efe color RGB value is (199,46,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00101110 11111110
Octal 307 56 376
Decimal 199 46 254
Hex C7 2E FE

RGB Percentages of Color #c72efe

%39.88
%9.22
%50.90

CMYK Percentages of Color #c72efe

%22
%82
%0
%0

Triadic Colors of #c72efe

#c72efe #fec72e #2efec7

Analogous Colors of #c72efe

#c72efe #fe2ecd #5f2efe

Monochromatic Colors of #c72efe

#c72efe

Complementary Color

#c72efe #65fe2e

#c72efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c72efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c72efe Color CSS Codes

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

#c72efe Text Font Color

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

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


#c72efe Background Color

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

This div background color is #c72efe


#c72efe Border Color

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

This div border color is #c72efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c72efe

Related Colors


Comments

No comments written yet.

Please login to write comment.