Color Hex Logo

#b614ba Color Hex

#B614BA
(182,20,186)
0 Favorites   0 Comments

Color spaces of #b614ba

RGB 18220186
HSL0.830.810.40
HSV299°89°73°
CMYK 0.020.890.00   0.27
XYZ28.404513.990647.6577
Yxy13.99060.31540.1554
Hunter Lab37.404070.0954-49.3606
CIE-Lab44.219474.7205-48.0255

#b614ba color RGB value is (182,20,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 00010100 10111010
Octal 266 24 272
Decimal 182 20 186
Hex B6 14 BA

RGB Percentages of Color #b614ba

%46.91
%5.15
%47.94

CMYK Percentages of Color #b614ba

%2
%89
%0
%27

Triadic Colors of #b614ba

#b614ba #bab614 #14bab6

Analogous Colors of #b614ba

#b614ba #ba146b #6314ba

Monochromatic Colors of #b614ba

#b614ba

Complementary Color

#b614ba #18ba14

#b614ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b614ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b614ba Color CSS Codes

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

#b614ba Text Font Color

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

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


#b614ba Background Color

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

This div background color is #b614ba


#b614ba Border Color

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

This div border color is #b614ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b614ba


Comments

No comments written yet.

Please login to write comment.