Color Hex Logo

#c72bae Color Hex

#C72BAE
(199,43,174)
0 Favorites   0 Comments

Color spaces of #c72bae

RGB 19943174
HSL0.860.640.47
HSV310°78°78°
CMYK 0.000.780.13   0.22
XYZ32.057016.925941.6218
Yxy16.92590.35380.1868
Hunter Lab41.141167.0897-31.1840
CIE-Lab48.166571.4620-34.5180

#c72bae color RGB value is (199,43,174).

#c72bae hex color red value is 199, green value is 43 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c72bae hue: 0.86 , saturation: 0.64 and the lightness value of c72bae is 0.47.

The process color (four color CMYK) of #c72bae color hex is 0.00, 0.78, 0.13, 0.22. Web safe color of #c72bae is #cc3399. Color #c72bae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00101011 10101110
Octal 307 53 256
Decimal 199 43 174
Hex C7 2B AE

RGB Percentages of Color #c72bae

%47.84
%10.34
%41.83

CMYK Percentages of Color #c72bae

%0
%78
%13
%22

Triadic Colors of #c72bae

#c72bae #aec72b #2baec7

Analogous Colors of #c72bae

#c72bae #c72b60 #922bc7

Monochromatic Colors of #c72bae

#c72bae

Complementary Color

#c72bae #2bc744

#c72bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c72bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c72bae Color CSS Codes

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

#c72bae Text Font Color

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

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


#c72bae Background Color

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

This div background color is #c72bae


#c72bae Border Color

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

This div border color is #c72bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c72bae


Comments

No comments written yet.

Please login to write comment.