Color Hex Logo

#b590ec Color Hex

#B590EC
(181,144,236)
0 Favorites   0 Comments

Color spaces of #b590ec

RGB 181144236
HSL0.730.710.75
HSV264°39°93°
CMYK 0.230.390.00   0.07
XYZ44.169635.826483.9441
Yxy35.82640.26940.2185
Hunter Lab59.855226.9760-41.2529
CIE-Lab66.387132.1692-41.3424

#b590ec color RGB value is (181,144,236).

#b590ec hex color red value is 181, green value is 144 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #b590ec hue: 0.73 , saturation: 0.71 and the lightness value of b590ec is 0.75.

The process color (four color CMYK) of #b590ec color hex is 0.23, 0.39, 0.00, 0.07. Web safe color of #b590ec is #cc99ff. Color #b590ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10010000 11101100
Octal 265 220 354
Decimal 181 144 236
Hex B5 90 EC

RGB Percentages of Color #b590ec

%32.26
%25.67
%42.07

CMYK Percentages of Color #b590ec

%23
%39
%0
%7

Triadic Colors of #b590ec

#b590ec #ecb590 #90ecb5

Analogous Colors of #b590ec

#b590ec #e390ec #9099ec

Monochromatic Colors of #b590ec

#b590ec

Complementary Color

#b590ec #c7ec90

#b590ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b590ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b590ec Color CSS Codes

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

#b590ec Text Font Color

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

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


#b590ec Background Color

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

This div background color is #b590ec


#b590ec Border Color

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

This div border color is #b590ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b590ec


Comments

No comments written yet.

Please login to write comment.