Color Hex Logo

#b614bb Color Hex

#B614BB
(182,20,187)
0 Favorites   0 Comments

Color spaces of #b614bb

RGB 18220187
HSL0.830.810.41
HSV298°89°73°
CMYK 0.030.890.00   0.27
XYZ28.511214.033348.2197
Yxy14.03330.31410.1546
Hunter Lab37.461070.2976-50.0951
CIE-Lab44.280674.8747-48.5146

#b614bb color RGB value is (182,20,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 00010100 10111011
Octal 266 24 273
Decimal 182 20 187
Hex B6 14 BB

RGB Percentages of Color #b614bb

%46.79
%5.14
%48.07

CMYK Percentages of Color #b614bb

%3
%89
%0
%27

Triadic Colors of #b614bb

#b614bb #bbb614 #14bbb6

Analogous Colors of #b614bb

#b614bb #bb146d #6314bb

Monochromatic Colors of #b614bb

#b614bb

Complementary Color

#b614bb #19bb14

#b614bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b614bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b614bb Color CSS Codes

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

#b614bb Text Font Color

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

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


#b614bb Background Color

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

This div background color is #b614bb


#b614bb Border Color

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

This div border color is #b614bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b614bb


Comments

No comments written yet.

Please login to write comment.