Color Hex Logo

#b214ba Color Hex

#B214BA
(178,20,186)
0 Favorites   0 Comments

Color spaces of #b214ba

RGB 17820186
HSL0.830.810.40
HSV297°89°73°
CMYK 0.040.890.00   0.27
XYZ27.473213.510547.6142
Yxy13.51050.31010.1525
Hunter Lab36.756669.0931-51.0741
CIE-Lab43.522674.0301-49.1808

#b214ba color RGB value is (178,20,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 00010100 10111010
Octal 262 24 272
Decimal 178 20 186
Hex B2 14 BA

RGB Percentages of Color #b214ba

%46.35
%5.21
%48.44

CMYK Percentages of Color #b214ba

%4
%89
%0
%27

Triadic Colors of #b214ba

#b214ba #bab214 #14bab2

Analogous Colors of #b214ba

#b214ba #ba146f #5f14ba

Monochromatic Colors of #b214ba

#b214ba

Complementary Color

#b214ba #1cba14

#b214ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b214ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b214ba Color CSS Codes

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

#b214ba Text Font Color

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

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


#b214ba Background Color

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

This div background color is #b214ba


#b214ba Border Color

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

This div border color is #b214ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b214ba


Comments

No comments written yet.

Please login to write comment.