Color Hex Logo

#b390dd Color Hex

#B390DD
(179,144,221)
0 Favorites   0 Comments

Color spaces of #b390dd

RGB 179144221
HSL0.740.530.72
HSV267°35°87°
CMYK 0.190.350.00   0.13
XYZ41.614834.750772.9208
Yxy34.75070.27880.2328
Hunter Lab58.949722.8478-32.0769
CIE-Lab65.554128.1438-34.3716

#b390dd color RGB value is (179,144,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10010000 11011101
Octal 263 220 335
Decimal 179 144 221
Hex B3 90 DD

RGB Percentages of Color #b390dd

%32.90
%26.47
%40.63

CMYK Percentages of Color #b390dd

%19
%35
%0
%13

Triadic Colors of #b390dd

#b390dd #ddb390 #90ddb3

Analogous Colors of #b390dd

#b390dd #da90dd #9094dd

Monochromatic Colors of #b390dd

#b390dd

Complementary Color

#b390dd #badd90

#b390dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b390dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b390dd Color CSS Codes

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

#b390dd Text Font Color

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

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


#b390dd Background Color

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

This div background color is #b390dd


#b390dd Border Color

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

This div border color is #b390dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b390dd


Comments

No comments written yet.

Please login to write comment.