Color Hex Logo

#b890fb Color Hex

#B890FB
(184,144,251)
0 Favorites   0 Comments

Color spaces of #b890fb

RGB 184144251
HSL0.730.930.77
HSV262°43°98°
CMYK 0.270.430.00   0.02
XYZ47.153037.101995.9429
Yxy37.10190.26170.2059
Hunter Lab60.911331.5865-50.7512
CIE-Lab67.353436.5343-48.0279

#b890fb color RGB value is (184,144,251).

#b890fb hex color red value is 184, green value is 144 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b890fb hue: 0.73 , saturation: 0.93 and the lightness value of b890fb is 0.77.

The process color (four color CMYK) of #b890fb color hex is 0.27, 0.43, 0.00, 0.02. Web safe color of #b890fb is #cc99ff. Color #b890fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10010000 11111011
Octal 270 220 373
Decimal 184 144 251
Hex B8 90 FB

RGB Percentages of Color #b890fb

%31.78
%24.87
%43.35

CMYK Percentages of Color #b890fb

%27
%43
%0
%2

Triadic Colors of #b890fb

#b890fb #fbb890 #90fbb8

Analogous Colors of #b890fb

#b890fb #ee90fb #909efb

Monochromatic Colors of #b890fb

#b890fb

Complementary Color

#b890fb #d3fb90

#b890fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b890fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b890fb Color CSS Codes

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

#b890fb Text Font Color

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

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


#b890fb Background Color

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

This div background color is #b890fb


#b890fb Border Color

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

This div border color is #b890fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(184,144,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b890fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b890fb;
  -webkit-box-shadow: 1px 1px 3px 2px #b890fb;
  box-shadow:         1px 1px 3px 2px #b890fb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,144,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b890fb


Comments

No comments written yet.

Please login to write comment.