Color Hex Logo

#b490ee Color Hex

#B490EE
(180,144,238)
0 Favorites   0 Comments

Color spaces of #b490ee

RGB 180144238
HSL0.730.730.75
HSV263°39°93°
CMYK 0.240.390.00   0.07
XYZ44.228335.822985.4723
Yxy35.82290.26720.2164
Hunter Lab59.852227.1626-42.7728
CIE-Lab66.384432.3523-42.4532

#b490ee color RGB value is (180,144,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010000 11101110
Octal 264 220 356
Decimal 180 144 238
Hex B4 90 EE

RGB Percentages of Color #b490ee

%32.03
%25.62
%42.35

CMYK Percentages of Color #b490ee

%24
%39
%0
%7

Triadic Colors of #b490ee

#b490ee #eeb490 #90eeb4

Analogous Colors of #b490ee

#b490ee #e390ee #909bee

Monochromatic Colors of #b490ee

#b490ee

Complementary Color

#b490ee #caee90

#b490ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b490ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b490ee Color CSS Codes

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

#b490ee Text Font Color

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

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


#b490ee Background Color

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

This div background color is #b490ee


#b490ee Border Color

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

This div border color is #b490ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b490ee


Comments

No comments written yet.

Please login to write comment.