Color Hex Logo

#b364da Color Hex

#B364DA
(179,100,218)
0 Favorites   0 Comments

Color spaces of #b364da

RGB 179100218
HSL0.780.610.62
HSV280°54°85°
CMYK 0.180.540.00   0.15
XYZ35.802523.760069.0288
Yxy23.76000.27840.1848
Hunter Lab48.744245.8053-49.8422
CIE-Lab55.846751.4167-47.9384

#b364da color RGB value is (179,100,218).

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

The process color (four color CMYK) of #b364da color hex is 0.18, 0.54, 0.00, 0.15. Web safe color of #b364da is #cc66cc. Color #b364da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01100100 11011010
Octal 263 144 332
Decimal 179 100 218
Hex B3 64 DA

RGB Percentages of Color #b364da

%36.02
%20.12
%43.86

CMYK Percentages of Color #b364da

%18
%54
%0
%15

Triadic Colors of #b364da

#b364da #dab364 #64dab3

Analogous Colors of #b364da

#b364da #da64c6 #7864da

Monochromatic Colors of #b364da

#b364da

Complementary Color

#b364da #8bda64

#b364da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b364da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b364da Color CSS Codes

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

#b364da Text Font Color

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

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


#b364da Background Color

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

This div background color is #b364da


#b364da Border Color

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

This div border color is #b364da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,100,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b364da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b364da


Comments

No comments written yet.

Please login to write comment.