Color Hex Logo

#b990dd Color Hex

#B990DD
(185,144,221)
0 Favorites   0 Comments

Color spaces of #b990dd

RGB 185144221
HSL0.760.530.72
HSV272°35°87°
CMYK 0.160.350.00   0.13
XYZ43.032035.481372.9871
Yxy35.48130.28400.2342
Hunter Lab59.566224.7117-30.9524
CIE-Lab66.121729.9593-33.4461

#b990dd color RGB value is (185,144,221).

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

The process color (four color CMYK) of #b990dd color hex is 0.16, 0.35, 0.00, 0.13. Web safe color of #b990dd is #cc99cc. Color #b990dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10010000 11011101
Octal 271 220 335
Decimal 185 144 221
Hex B9 90 DD

RGB Percentages of Color #b990dd

%33.64
%26.18
%40.18

CMYK Percentages of Color #b990dd

%16
%35
%0
%13

Triadic Colors of #b990dd

#b990dd #ddb990 #90ddb9

Analogous Colors of #b990dd

#b990dd #dd90db #9390dd

Monochromatic Colors of #b990dd

#b990dd

Complementary Color

#b990dd #b4dd90

#b990dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b990dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b990dd Color CSS Codes

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

#b990dd Text Font Color

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

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


#b990dd Background Color

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

This div background color is #b990dd


#b990dd Border Color

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

This div border color is #b990dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,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 #b990dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b990dd


Comments

No comments written yet.

Please login to write comment.