Color Hex Logo

#b414bb Color Hex

#B414BB
(180,20,187)
0 Favorites   0 Comments

Color spaces of #b414bb

RGB 18020187
HSL0.830.810.41
HSV297°89°73°
CMYK 0.040.890.00   0.27
XYZ28.042213.791548.1977
Yxy13.79150.31150.1532
Hunter Lab37.136969.7963-50.9530
CIE-Lab43.932474.5303-49.0918

#b414bb color RGB value is (180,20,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00010100 10111011
Octal 264 24 273
Decimal 180 20 187
Hex B4 14 BB

RGB Percentages of Color #b414bb

%46.51
%5.17
%48.32

CMYK Percentages of Color #b414bb

%4
%89
%0
%27

Triadic Colors of #b414bb

#b414bb #bbb414 #14bbb4

Analogous Colors of #b414bb

#b414bb #bb146f #6114bb

Monochromatic Colors of #b414bb

#b414bb

Complementary Color

#b414bb #1bbb14

#b414bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b414bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b414bb Color CSS Codes

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

#b414bb Text Font Color

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

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


#b414bb Background Color

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

This div background color is #b414bb


#b414bb Border Color

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

This div border color is #b414bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b414bb


Comments

No comments written yet.

Please login to write comment.