Color Hex Logo

#b364dc Color Hex

#B364DC
(179,100,220)
0 Favorites   0 Comments

Color spaces of #b364dc

RGB 179100220
HSL0.780.630.63
HSV280°55°86°
CMYK 0.190.550.00   0.14
XYZ36.065823.865470.4157
Yxy23.86540.27670.1831
Hunter Lab48.852246.2886-51.2642
CIE-Lab55.952851.8425-48.8985

#b364dc color RGB value is (179,100,220).

#b364dc hex color red value is 179, green value is 100 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b364dc hue: 0.78 , saturation: 0.63 and the lightness value of b364dc is 0.63.

The process color (four color CMYK) of #b364dc color hex is 0.19, 0.55, 0.00, 0.14. Web safe color of #b364dc is #cc66cc. Color #b364dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01100100 11011100
Octal 263 144 334
Decimal 179 100 220
Hex B3 64 DC

RGB Percentages of Color #b364dc

%35.87
%20.04
%44.09

CMYK Percentages of Color #b364dc

%19
%55
%0
%14

Triadic Colors of #b364dc

#b364dc #dcb364 #64dcb3

Analogous Colors of #b364dc

#b364dc #dc64c9 #7764dc

Monochromatic Colors of #b364dc

#b364dc

Complementary Color

#b364dc #8ddc64

#b364dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b364dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b364dc Color CSS Codes

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

#b364dc Text Font Color

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

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


#b364dc Background Color

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

This div background color is #b364dc


#b364dc Border Color

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

This div border color is #b364dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b364dc


Comments

No comments written yet.

Please login to write comment.