Color Hex Logo

#b72eaf Color Hex

#B72EAF
(183,46,175)
0 Favorites   0 Comments

Color spaces of #b72eaf

RGB 18346175
HSL0.840.600.45
HSV304°75°72°
CMYK 0.000.750.04   0.28
XYZ28.243315.116441.9866
Yxy15.11640.33090.1771
Hunter Lab38.879861.6273-36.8118
CIE-Lab45.793267.3034-39.0328

#b72eaf color RGB value is (183,46,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00101110 10101111
Octal 267 56 257
Decimal 183 46 175
Hex B7 2E AF

RGB Percentages of Color #b72eaf

%45.30
%11.39
%43.32

CMYK Percentages of Color #b72eaf

%0
%75
%4
%28

Triadic Colors of #b72eaf

#b72eaf #afb72e #2eafb7

Analogous Colors of #b72eaf

#b72eaf #b72e6b #7b2eb7

Monochromatic Colors of #b72eaf

#b72eaf

Complementary Color

#b72eaf #2eb736

#b72eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b72eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b72eaf Color CSS Codes

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

#b72eaf Text Font Color

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

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


#b72eaf Background Color

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

This div background color is #b72eaf


#b72eaf Border Color

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

This div border color is #b72eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b72eaf


Comments

No comments written yet.

Please login to write comment.