Color Hex Logo

#b72caf Color Hex

#B72CAF
(183,44,175)
0 Favorites   0 Comments

Color spaces of #b72caf

RGB 18344175
HSL0.840.610.45
HSV303°76°72°
CMYK 0.000.760.04   0.28
XYZ28.167014.963841.9612
Yxy14.96380.33100.1759
Hunter Lab38.683162.2790-37.2363
CIE-Lab45.584667.9020-39.3631

#b72caf color RGB value is (183,44,175).

#b72caf hex color red value is 183, green value is 44 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b72caf hue: 0.84 , saturation: 0.61 and the lightness value of b72caf is 0.45.

The process color (four color CMYK) of #b72caf color hex is 0.00, 0.76, 0.04, 0.28. Web safe color of #b72caf is #cc3399. Color #b72caf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00101100 10101111
Octal 267 54 257
Decimal 183 44 175
Hex B7 2C AF

RGB Percentages of Color #b72caf

%45.52
%10.95
%43.53

CMYK Percentages of Color #b72caf

%0
%76
%4
%28

Triadic Colors of #b72caf

#b72caf #afb72c #2cafb7

Analogous Colors of #b72caf

#b72caf #b72c6a #7a2cb7

Monochromatic Colors of #b72caf

#b72caf

Complementary Color

#b72caf #2cb734

#b72caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b72caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b72caf Color CSS Codes

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

#b72caf Text Font Color

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

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


#b72caf Background Color

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

This div background color is #b72caf


#b72caf Border Color

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

This div border color is #b72caf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(183,44,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b72caf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b72caf;
  -webkit-box-shadow: 1px 1px 3px 2px #b72caf;
  box-shadow:         1px 1px 3px 2px #b72caf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,44,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b72caf


Comments

No comments written yet.

Please login to write comment.