Color Hex Logo

#b362d8 Color Hex

#B362D8
(179,98,216)
0 Favorites   0 Comments

Color spaces of #b362d8

RGB 17998216
HSL0.780.600.62
HSV281°55°85°
CMYK 0.170.550.00   0.15
XYZ35.352823.276967.5953
Yxy23.27690.28010.1844
Hunter Lab48.246146.3668-49.2960
CIE-Lab55.356452.0117-47.5860

#b362d8 color RGB value is (179,98,216).

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

The process color (four color CMYK) of #b362d8 color hex is 0.17, 0.55, 0.00, 0.15. Web safe color of #b362d8 is #cc66cc. Color #b362d8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01100010 11011000
Octal 263 142 330
Decimal 179 98 216
Hex B3 62 D8

RGB Percentages of Color #b362d8

%36.31
%19.88
%43.81

CMYK Percentages of Color #b362d8

%17
%55
%0
%15

Triadic Colors of #b362d8

#b362d8 #d8b362 #62d8b3

Analogous Colors of #b362d8

#b362d8 #d862c2 #7862d8

Monochromatic Colors of #b362d8

#b362d8

Complementary Color

#b362d8 #87d862

#b362d8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b362d8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b362d8 Color CSS Codes

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

#b362d8 Text Font Color

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

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


#b362d8 Background Color

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

This div background color is #b362d8


#b362d8 Border Color

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

This div border color is #b362d8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b362d8


Comments

No comments written yet.

Please login to write comment.