Color Hex Logo

#b72ac1 Color Hex

#B72AC1
(183,42,193)
0 Favorites   0 Comments

Color spaces of #b72ac1

RGB 18342193
HSL0.820.640.46
HSV296°78°76°
CMYK 0.050.780.00   0.24
XYZ29.982015.573551.8778
Yxy15.57350.30770.1598
Hunter Lab39.463366.5536-50.3174
CIE-Lab46.409971.3562-48.6049

#b72ac1 color RGB value is (183,42,193).

#b72ac1 hex color red value is 183, green value is 42 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #b72ac1 hue: 0.82 , saturation: 0.64 and the lightness value of b72ac1 is 0.46.

The process color (four color CMYK) of #b72ac1 color hex is 0.05, 0.78, 0.00, 0.24. Web safe color of #b72ac1 is #cc33cc. Color #b72ac1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00101010 11000001
Octal 267 52 301
Decimal 183 42 193
Hex B7 2A C1

RGB Percentages of Color #b72ac1

%43.78
%10.05
%46.17

CMYK Percentages of Color #b72ac1

%5
%78
%0
%24

Triadic Colors of #b72ac1

#b72ac1 #c1b72a #2ac1b7

Analogous Colors of #b72ac1

#b72ac1 #c12a80 #6c2ac1

Monochromatic Colors of #b72ac1

#b72ac1

Complementary Color

#b72ac1 #34c12a

#b72ac1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b72ac1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b72ac1 Color CSS Codes

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

#b72ac1 Text Font Color

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

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


#b72ac1 Background Color

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

This div background color is #b72ac1


#b72ac1 Border Color

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

This div border color is #b72ac1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b72ac1


Comments

No comments written yet.

Please login to write comment.