Color Hex Logo

#b890eb Color Hex

#B890EB
(184,144,235)
0 Favorites   0 Comments

Color spaces of #b890eb

RGB 184144235
HSL0.740.690.74
HSV266°39°92°
CMYK 0.220.390.00   0.08
XYZ44.735836.135083.2142
Yxy36.13500.27260.2202
Hunter Lab60.112427.6435-39.9971
CIE-Lab66.622932.8003-40.4026

#b890eb color RGB value is (184,144,235).

#b890eb hex color red value is 184, green value is 144 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b890eb hue: 0.74 , saturation: 0.69 and the lightness value of b890eb is 0.74.

The process color (four color CMYK) of #b890eb color hex is 0.22, 0.39, 0.00, 0.08. Web safe color of #b890eb is #cc99ff. Color #b890eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10010000 11101011
Octal 270 220 353
Decimal 184 144 235
Hex B8 90 EB

RGB Percentages of Color #b890eb

%32.68
%25.58
%41.74

CMYK Percentages of Color #b890eb

%22
%39
%0
%8

Triadic Colors of #b890eb

#b890eb #ebb890 #90ebb8

Analogous Colors of #b890eb

#b890eb #e690eb #9096eb

Monochromatic Colors of #b890eb

#b890eb

Complementary Color

#b890eb #c3eb90

#b890eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b890eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b890eb Color CSS Codes

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

#b890eb Text Font Color

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

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


#b890eb Background Color

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

This div background color is #b890eb


#b890eb Border Color

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

This div border color is #b890eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b890eb


Comments

No comments written yet.

Please login to write comment.