Color Hex Logo

#b362ed Color Hex

#B362ED
(179,98,237)
0 Favorites   0 Comments

Color spaces of #b362ed

RGB 17998237
HSL0.760.790.66
HSV275°59°93°
CMYK 0.240.590.00   0.07
XYZ38.244224.433582.8212
Yxy24.43350.26280.1679
Hunter Lab49.430351.6026-64.7402
CIE-Lab56.519256.5468-57.5345

#b362ed color RGB value is (179,98,237).

#b362ed hex color red value is 179, green value is 98 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b362ed hue: 0.76 , saturation: 0.79 and the lightness value of b362ed is 0.66.

The process color (four color CMYK) of #b362ed color hex is 0.24, 0.59, 0.00, 0.07. Web safe color of #b362ed is #cc66ff. Color #b362ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01100010 11101101
Octal 263 142 355
Decimal 179 98 237
Hex B3 62 ED

RGB Percentages of Color #b362ed

%34.82
%19.07
%46.11

CMYK Percentages of Color #b362ed

%24
%59
%0
%7

Triadic Colors of #b362ed

#b362ed #edb362 #62edb3

Analogous Colors of #b362ed

#b362ed #ed62e2 #6e62ed

Monochromatic Colors of #b362ed

#b362ed

Complementary Color

#b362ed #9ced62

#b362ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b362ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b362ed Color CSS Codes

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

#b362ed Text Font Color

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

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


#b362ed Background Color

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

This div background color is #b362ed


#b362ed Border Color

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

This div border color is #b362ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b362ed


Comments

No comments written yet.

Please login to write comment.