Color Hex Logo

#b90cba Color Hex

#B90CBA
(185,12,186)
0 Favorites   0 Comments

Color spaces of #b90cba

RGB 18512186
HSL0.830.880.39
HSV300°94°73°
CMYK 0.010.940.00   0.27
XYZ29.002014.122447.6517
Yxy14.12240.31950.1556
Hunter Lab37.579871.9918-48.8747
CIE-Lab44.408076.2356-47.6941

#b90cba color RGB value is (185,12,186).

#b90cba hex color red value is 185, green value is 12 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b90cba hue: 0.83 , saturation: 0.88 and the lightness value of b90cba is 0.39.

The process color (four color CMYK) of #b90cba color hex is 0.01, 0.94, 0.00, 0.27. Web safe color of #b90cba is #cc00cc. Color #b90cba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00001100 10111010
Octal 271 14 272
Decimal 185 12 186
Hex B9 C BA

RGB Percentages of Color #b90cba

%48.30
%3.13
%48.56

CMYK Percentages of Color #b90cba

%1
%94
%0
%27

Triadic Colors of #b90cba

#b90cba #bab90c #0cbab9

Analogous Colors of #b90cba

#b90cba #ba0c64 #620cba

Monochromatic Colors of #b90cba

#b90cba

Complementary Color

#b90cba #0dba0c

#b90cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b90cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b90cba Color CSS Codes

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

#b90cba Text Font Color

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

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


#b90cba Background Color

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

This div background color is #b90cba


#b90cba Border Color

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

This div border color is #b90cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b90cba


Comments

No comments written yet.

Please login to write comment.