Color Hex Logo

#b362ba Color Hex

#B362BA
(179,98,186)
0 Favorites   0 Comments

Color spaces of #b362ba

RGB 17998186
HSL0.820.390.56
HSV295°47°73°
CMYK 0.040.470.00   0.27
XYZ31.821021.864248.9974
Yxy21.86420.30990.2129
Hunter Lab46.759239.6460-29.3966
CIE-Lab53.882645.9675-32.7747

#b362ba color RGB value is (179,98,186).

#b362ba hex color red value is 179, green value is 98 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b362ba hue: 0.82 , saturation: 0.39 and the lightness value of b362ba is 0.56.

The process color (four color CMYK) of #b362ba color hex is 0.04, 0.47, 0.00, 0.27. Web safe color of #b362ba is #cc66cc. Color #b362ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01100010 10111010
Octal 263 142 272
Decimal 179 98 186
Hex B3 62 BA

RGB Percentages of Color #b362ba

%38.66
%21.17
%40.17

CMYK Percentages of Color #b362ba

%4
%47
%0
%27

Triadic Colors of #b362ba

#b362ba #bab362 #62bab3

Analogous Colors of #b362ba

#b362ba #ba6295 #8762ba

Monochromatic Colors of #b362ba

#b362ba

Complementary Color

#b362ba #69ba62

#b362ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b362ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b362ba Color CSS Codes

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

#b362ba Text Font Color

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

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


#b362ba Background Color

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

This div background color is #b362ba


#b362ba Border Color

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

This div border color is #b362ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b362ba


Comments

No comments written yet.

Please login to write comment.