Color Hex Logo

#b360da Color Hex

#B360DA
(179,96,218)
0 Favorites   0 Comments

Color spaces of #b360da

RGB 17996218
HSL0.780.620.62
HSV281°56°85°
CMYK 0.180.560.00   0.15
XYZ35.428223.011468.9040
Yxy23.01140.27820.1807
Hunter Lab47.970247.8826-51.5845
CIE-Lab55.084153.4410-49.1496

#b360da color RGB value is (179,96,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01100000 11011010
Octal 263 140 332
Decimal 179 96 218
Hex B3 60 DA

RGB Percentages of Color #b360da

%36.31
%19.47
%44.22

CMYK Percentages of Color #b360da

%18
%56
%0
%15

Triadic Colors of #b360da

#b360da #dab360 #60dab3

Analogous Colors of #b360da

#b360da #da60c4 #7660da

Monochromatic Colors of #b360da

#b360da

Complementary Color

#b360da #87da60

#b360da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b360da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b360da Color CSS Codes

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

#b360da Text Font Color

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

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


#b360da Background Color

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

This div background color is #b360da


#b360da Border Color

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

This div border color is #b360da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b360da


Comments

No comments written yet.

Please login to write comment.