Color Hex Logo

#b382dc Color Hex

#B382DC
(179,130,220)
0 Favorites   0 Comments

Color spaces of #b382dc

RGB 179130220
HSL0.760.560.69
HSV273°41°86°
CMYK 0.190.410.00   0.14
XYZ39.491330.716371.5576
Yxy30.71630.27860.2167
Hunter Lab55.422330.2017-37.7557
CIE-Lab62.267435.7397-38.9411

#b382dc color RGB value is (179,130,220).

#b382dc hex color red value is 179, green value is 130 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b382dc hue: 0.76 , saturation: 0.56 and the lightness value of b382dc is 0.69.

The process color (four color CMYK) of #b382dc color hex is 0.19, 0.41, 0.00, 0.14. Web safe color of #b382dc is #cc99cc. Color #b382dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10000010 11011100
Octal 263 202 334
Decimal 179 130 220
Hex B3 82 DC

RGB Percentages of Color #b382dc

%33.84
%24.57
%41.59

CMYK Percentages of Color #b382dc

%19
%41
%0
%14

Triadic Colors of #b382dc

#b382dc #dcb382 #82dcb3

Analogous Colors of #b382dc

#b382dc #dc82d8 #8682dc

Monochromatic Colors of #b382dc

#b382dc

Complementary Color

#b382dc #abdc82

#b382dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b382dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b382dc Color CSS Codes

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

#b382dc Text Font Color

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

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


#b382dc Background Color

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

This div background color is #b382dc


#b382dc Border Color

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

This div border color is #b382dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b382dc


Comments

No comments written yet.

Please login to write comment.