Color Hex Logo

#c72deb Color Hex

#C72DEB
(199,45,235)
0 Favorites   0 Comments

Color spaces of #c72deb

RGB 19945235
HSL0.800.830.55
HSV289°81°92°
CMYK 0.150.810.00   0.08
XYZ39.487020.017080.3797
Yxy20.01700.28230.1431
Hunter Lab44.740479.2451-75.2011
CIE-Lab51.856480.6011-63.7619

#c72deb color RGB value is (199,45,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00101101 11101011
Octal 307 55 353
Decimal 199 45 235
Hex C7 2D EB

RGB Percentages of Color #c72deb

%41.54
%9.39
%49.06

CMYK Percentages of Color #c72deb

%15
%81
%0
%8

Triadic Colors of #c72deb

#c72deb #ebc72d #2debc7

Analogous Colors of #c72deb

#c72deb #eb2db0 #682deb

Monochromatic Colors of #c72deb

#c72deb

Complementary Color

#c72deb #51eb2d

#c72deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c72deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c72deb Color CSS Codes

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

#c72deb Text Font Color

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

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


#c72deb Background Color

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

This div background color is #c72deb


#c72deb Border Color

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

This div border color is #c72deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c72deb


Comments

No comments written yet.

Please login to write comment.