Color Hex Logo

#c72bff Color Hex

#C72BFF
(199,43,255)
0 Favorites   0 Comments

Color spaces of #c72bff

RGB 19943255
HSL0.791.000.58
HSV284°83°100°
CMYK 0.220.830.00   0.00
XYZ42.467121.089996.4402
Yxy21.08990.26540.1318
Hunter Lab45.923784.6979-92.3628
CIE-Lab53.047784.6250-73.0236

#c72bff color RGB value is (199,43,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00101011 11111111
Octal 307 53 377
Decimal 199 43 255
Hex C7 2B FF

RGB Percentages of Color #c72bff

%40.04
%8.65
%51.31

CMYK Percentages of Color #c72bff

%22
%83
%0
%0

Triadic Colors of #c72bff

#c72bff #ffc72b #2bffc7

Analogous Colors of #c72bff

#c72bff #ff2bcd #5d2bff

Monochromatic Colors of #c72bff

#c72bff

Complementary Color

#c72bff #63ff2b

#c72bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c72bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c72bff Color CSS Codes

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

#c72bff Text Font Color

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

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


#c72bff Background Color

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

This div background color is #c72bff


#c72bff Border Color

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

This div border color is #c72bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c72bff

Related Colors


Comments

No comments written yet.

Please login to write comment.