Color Hex Logo

#b90ddd Color Hex

#B90DDD
(185,13,221)
0 Favorites   0 Comments

Color spaces of #b90ddd

RGB 18513221
HSL0.800.890.46
HSV290°94°87°
CMYK 0.160.940.00   0.13
XYZ33.202715.822669.7107
Yxy15.82260.27960.1333
Hunter Lab39.777679.3845-76.0620
CIE-Lab46.740981.7049-64.2019

#b90ddd color RGB value is (185,13,221).

#b90ddd hex color red value is 185, green value is 13 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b90ddd hue: 0.80 , saturation: 0.89 and the lightness value of b90ddd is 0.46.

The process color (four color CMYK) of #b90ddd color hex is 0.16, 0.94, 0.00, 0.13. Web safe color of #b90ddd is #cc00cc. Color #b90ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00001101 11011101
Octal 271 15 335
Decimal 185 13 221
Hex B9 D DD

RGB Percentages of Color #b90ddd

%44.15
%3.10
%52.74

CMYK Percentages of Color #b90ddd

%16
%94
%0
%13

Triadic Colors of #b90ddd

#b90ddd #ddb90d #0dddb9

Analogous Colors of #b90ddd

#b90ddd #dd0d99 #510ddd

Monochromatic Colors of #b90ddd

#b90ddd

Complementary Color

#b90ddd #31dd0d

#b90ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b90ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b90ddd Color CSS Codes

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

#b90ddd Text Font Color

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

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


#b90ddd Background Color

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

This div background color is #b90ddd


#b90ddd Border Color

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

This div border color is #b90ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b90ddd


Comments

No comments written yet.

Please login to write comment.