Color Hex Logo

#b90fbe Color Hex

#B90FBE
(185,15,190)
0 Favorites   0 Comments

Color spaces of #b90fbe

RGB 18515190
HSL0.830.850.40
HSV298°92°75°
CMYK 0.030.920.00   0.25
XYZ29.472714.373649.9362
Yxy14.37360.31430.1533
Hunter Lab37.912572.4166-51.5546
CIE-Lab44.764076.5122-49.4690

#b90fbe color RGB value is (185,15,190).

#b90fbe hex color red value is 185, green value is 15 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b90fbe hue: 0.83 , saturation: 0.85 and the lightness value of b90fbe is 0.40.

The process color (four color CMYK) of #b90fbe color hex is 0.03, 0.92, 0.00, 0.25. Web safe color of #b90fbe is #cc00cc. Color #b90fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00001111 10111110
Octal 271 17 276
Decimal 185 15 190
Hex B9 F BE

RGB Percentages of Color #b90fbe

%47.44
%3.85
%48.72

CMYK Percentages of Color #b90fbe

%3
%92
%0
%25

Triadic Colors of #b90fbe

#b90fbe #beb90f #0fbeb9

Analogous Colors of #b90fbe

#b90fbe #be0f6c #610fbe

Monochromatic Colors of #b90fbe

#b90fbe

Complementary Color

#b90fbe #14be0f

#b90fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b90fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b90fbe Color CSS Codes

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

#b90fbe Text Font Color

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

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


#b90fbe Background Color

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

This div background color is #b90fbe


#b90fbe Border Color

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

This div border color is #b90fbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,15,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b90fbe


Comments

No comments written yet.

Please login to write comment.