Color Hex Logo

#b21baf Color Hex

#B21BAF
(178,27,175)
0 Favorites   0 Comments

Color spaces of #b21baf

RGB 17827175
HSL0.840.740.40
HSV301°85°70°
CMYK 0.000.850.02   0.30
XYZ26.489913.344041.7369
Yxy13.34400.32470.1636
Hunter Lab36.529465.5156-42.1715
CIE-Lab43.277171.0963-43.0818

#b21baf color RGB value is (178,27,175).

#b21baf hex color red value is 178, green value is 27 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b21baf hue: 0.84 , saturation: 0.74 and the lightness value of b21baf is 0.40.

The process color (four color CMYK) of #b21baf color hex is 0.00, 0.85, 0.02, 0.30. Web safe color of #b21baf is #993399. Color #b21baf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00011011 10101111
Octal 262 33 257
Decimal 178 27 175
Hex B2 1B AF

RGB Percentages of Color #b21baf

%46.84
%7.11
%46.05

CMYK Percentages of Color #b21baf

%0
%85
%2
%30

Triadic Colors of #b21baf

#b21baf #afb21b #1bafb2

Analogous Colors of #b21baf

#b21baf #b21b63 #6a1bb2

Monochromatic Colors of #b21baf

#b21baf

Complementary Color

#b21baf #1bb21e

#b21baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b21baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b21baf Color CSS Codes

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

#b21baf Text Font Color

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

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


#b21baf Background Color

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

This div background color is #b21baf


#b21baf Border Color

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

This div border color is #b21baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b21baf


Comments

No comments written yet.

Please login to write comment.