Color Hex Logo

#b72aec Color Hex

#B72AEC
(183,42,236)
0 Favorites   0 Comments

Color spaces of #b72aec

RGB 18342236
HSL0.790.840.55
HSV284°82°93°
CMYK 0.220.820.00   0.07
XYZ35.496717.779380.9177
Yxy17.77930.26450.1325
Hunter Lab42.165576.4792-84.2646
CIE-Lab49.227378.9174-68.6972

#b72aec color RGB value is (183,42,236).

#b72aec hex color red value is 183, green value is 42 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #b72aec hue: 0.79 , saturation: 0.84 and the lightness value of b72aec is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00101010 11101100
Octal 267 52 354
Decimal 183 42 236
Hex B7 2A EC

RGB Percentages of Color #b72aec

%39.70
%9.11
%51.19

CMYK Percentages of Color #b72aec

%22
%82
%0
%7

Triadic Colors of #b72aec

#b72aec #ecb72a #2aecb7

Analogous Colors of #b72aec

#b72aec #ec2ac0 #562aec

Monochromatic Colors of #b72aec

#b72aec

Complementary Color

#b72aec #5fec2a

#b72aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b72aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b72aec Color CSS Codes

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

#b72aec Text Font Color

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

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


#b72aec Background Color

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

This div background color is #b72aec


#b72aec Border Color

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

This div border color is #b72aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b72aec


Comments

No comments written yet.

Please login to write comment.