color codes Logo

#b90ddc color codes

#B90DDC
(185,13,220)
0 Favorites   0 Comments

Color spaces of #b90ddc

RGB 18513220
HSL0.810.890.46
HSV290°94°86°
CMYK 0.160.940.00   0.14
XYZ33.069815.769469.0110
Yxy15.76940.28060.1338
Hunter Lab39.710779.1553-75.2393
CIE-Lab46.670581.5379-63.7446

#b90ddc color RGB value is (185,13,220).

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

The process color (four color CMYK) of #b90ddc color code is 0.16, 0.94, 0.00, 0.14. Web safe color of #b90ddc is #cc00cc. Color #b90ddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00001101 11011100
Octal 271 15 334
Decimal 185 13 220
Hex B9 D DC

RGB Percentages of Color #b90ddc

%44.26
%3.11
%52.63

CMYK Percentages of Color #b90ddc

%16
%94
%0
%14

Triadic Colors of #b90ddc

#b90ddc #dcb90d #0ddcb9

Analogous Colors of #b90ddc

#b90ddc #dc0d98 #510ddc

Monochromatic Colors of #b90ddc

#b90ddc

Complementary Color

#b90ddc #30dc0d

#b90ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b90ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b90ddc Color CSS Codes

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

#b90ddc Text Font Color

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

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


#b90ddc Background Color

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

This div background color is #b90ddc


#b90ddc Border Color

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

This div border color is #b90ddc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,13,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b90ddc


Comments

No comments written yet.

Please login to write comment.