Color Hex Logo

#b381dc Color Hex

#B381DC
(179,129,220)
0 Favorites   0 Comments

Color spaces of #b381dc

RGB 179129220
HSL0.760.570.68
HSV273°41°86°
CMYK 0.190.410.00   0.14
XYZ39.358930.451571.5134
Yxy30.45150.27850.2155
Hunter Lab55.182930.7442-38.2079
CIE-Lab62.041836.2945-39.2942

#b381dc color RGB value is (179,129,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10000001 11011100
Octal 263 201 334
Decimal 179 129 220
Hex B3 81 DC

RGB Percentages of Color #b381dc

%33.90
%24.43
%41.67

CMYK Percentages of Color #b381dc

%19
%41
%0
%14

Triadic Colors of #b381dc

#b381dc #dcb381 #81dcb3

Analogous Colors of #b381dc

#b381dc #dc81d8 #8681dc

Monochromatic Colors of #b381dc

#b381dc

Complementary Color

#b381dc #aadc81

#b381dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b381dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b381dc Color CSS Codes

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

#b381dc Text Font Color

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

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


#b381dc Background Color

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

This div background color is #b381dc


#b381dc Border Color

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

This div border color is #b381dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b381dc


Comments

No comments written yet.

Please login to write comment.