Color Hex Logo

#b213bb Color Hex

#B213BB
(178,19,187)
0 Favorites   0 Comments

Color spaces of #b213bb

RGB 17819187
HSL0.820.820.40
HSV297°90°73°
CMYK 0.050.900.00   0.27
XYZ27.562613.518648.1703
Yxy13.51860.30880.1515
Hunter Lab36.767669.4678-51.9401
CIE-Lab43.534574.3370-49.7490

#b213bb color RGB value is (178,19,187).

#b213bb hex color red value is 178, green value is 19 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b213bb hue: 0.82 , saturation: 0.82 and the lightness value of b213bb is 0.40.

The process color (four color CMYK) of #b213bb color hex is 0.05, 0.90, 0.00, 0.27. Web safe color of #b213bb is #9900cc. Color #b213bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00010011 10111011
Octal 262 23 273
Decimal 178 19 187
Hex B2 13 BB

RGB Percentages of Color #b213bb

%46.35
%4.95
%48.70

CMYK Percentages of Color #b213bb

%5
%90
%0
%27

Triadic Colors of #b213bb

#b213bb #bbb213 #13bbb2

Analogous Colors of #b213bb

#b213bb #bb1370 #5e13bb

Monochromatic Colors of #b213bb

#b213bb

Complementary Color

#b213bb #1cbb13

#b213bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b213bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b213bb Color CSS Codes

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

#b213bb Text Font Color

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

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


#b213bb Background Color

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

This div background color is #b213bb


#b213bb Border Color

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

This div border color is #b213bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,19,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b213bb


Comments

No comments written yet.

Please login to write comment.