Color Hex Logo

#b391dc Color Hex

#B391DC
(179,145,220)
0 Favorites   0 Comments

Color spaces of #b391dc

RGB 179145220
HSL0.740.520.72
HSV267°34°86°
CMYK 0.190.340.00   0.14
XYZ41.634135.001872.2718
Yxy35.00180.27960.2351
Hunter Lab59.162322.0811-31.0141
CIE-Lab65.750127.3579-33.5131

#b391dc color RGB value is (179,145,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10010001 11011100
Octal 263 221 334
Decimal 179 145 220
Hex B3 91 DC

RGB Percentages of Color #b391dc

%32.90
%26.65
%40.44

CMYK Percentages of Color #b391dc

%19
%34
%0
%14

Triadic Colors of #b391dc

#b391dc #dcb391 #91dcb3

Analogous Colors of #b391dc

#b391dc #d991dc #9195dc

Monochromatic Colors of #b391dc

#b391dc

Complementary Color

#b391dc #badc91

#b391dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b391dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b391dc Color CSS Codes

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

#b391dc Text Font Color

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

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


#b391dc Background Color

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

This div background color is #b391dc


#b391dc Border Color

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

This div border color is #b391dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b391dc


Comments

No comments written yet.

Please login to write comment.