Color Hex Logo

#b290dd Color Hex

#B290DD
(178,144,221)
0 Favorites   0 Comments

Color spaces of #b290dd

RGB 178144221
HSL0.740.530.72
HSV266°35°87°
CMYK 0.190.350.00   0.13
XYZ41.384534.632072.9100
Yxy34.63200.27790.2325
Hunter Lab58.849022.5413-32.2621
CIE-Lab65.461127.8429-34.5233

#b290dd color RGB value is (178,144,221).

#b290dd hex color red value is 178, green value is 144 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b290dd hue: 0.74 , saturation: 0.53 and the lightness value of b290dd is 0.72.

The process color (four color CMYK) of #b290dd color hex is 0.19, 0.35, 0.00, 0.13. Web safe color of #b290dd is #9999cc. Color #b290dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10010000 11011101
Octal 262 220 335
Decimal 178 144 221
Hex B2 90 DD

RGB Percentages of Color #b290dd

%32.78
%26.52
%40.70

CMYK Percentages of Color #b290dd

%19
%35
%0
%13

Triadic Colors of #b290dd

#b290dd #ddb290 #90ddb2

Analogous Colors of #b290dd

#b290dd #d990dd #9095dd

Monochromatic Colors of #b290dd

#b290dd

Complementary Color

#b290dd #bbdd90

#b290dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b290dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b290dd Color CSS Codes

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

#b290dd Text Font Color

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

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


#b290dd Background Color

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

This div background color is #b290dd


#b290dd Border Color

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

This div border color is #b290dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b290dd


Comments

No comments written yet.

Please login to write comment.