Color Hex Logo

#b214bb Color Hex

#B214BB
(178,20,187)
0 Favorites   0 Comments

Color spaces of #b214bb

RGB 17820187
HSL0.820.810.41
HSV297°89°73°
CMYK 0.050.890.00   0.27
XYZ27.579913.553148.1761
Yxy13.55310.30880.1518
Hunter Lab36.814569.2992-51.8177
CIE-Lab43.585174.1882-49.6679

#b214bb color RGB value is (178,20,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 00010100 10111011
Octal 262 24 273
Decimal 178 20 187
Hex B2 14 BB

RGB Percentages of Color #b214bb

%46.23
%5.19
%48.57

CMYK Percentages of Color #b214bb

%5
%89
%0
%27

Triadic Colors of #b214bb

#b214bb #bbb214 #14bbb2

Analogous Colors of #b214bb

#b214bb #bb1471 #5f14bb

Monochromatic Colors of #b214bb

#b214bb

Complementary Color

#b214bb #1dbb14

#b214bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b214bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b214bb Color CSS Codes

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

#b214bb Text Font Color

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

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


#b214bb Background Color

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

This div background color is #b214bb


#b214bb Border Color

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

This div border color is #b214bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b214bb


Comments

No comments written yet.

Please login to write comment.