Color Hex Logo

#b962de Color Hex

#B962DE
(185,98,222)
0 Favorites   0 Comments

Color spaces of #b962de

RGB 18598222
HSL0.780.650.63
HSV282°56°87°
CMYK 0.170.560.00   0.13
XYZ37.560124.323671.8225
Yxy24.32360.28090.1819
Hunter Lab49.319049.6330-51.8199
CIE-Lab56.410354.8020-49.2538

#b962de color RGB value is (185,98,222).

#b962de hex color red value is 185, green value is 98 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b962de hue: 0.78 , saturation: 0.65 and the lightness value of b962de is 0.63.

The process color (four color CMYK) of #b962de color hex is 0.17, 0.56, 0.00, 0.13. Web safe color of #b962de is #cc66cc. Color #b962de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01100010 11011110
Octal 271 142 336
Decimal 185 98 222
Hex B9 62 DE

RGB Percentages of Color #b962de

%36.63
%19.41
%43.96

CMYK Percentages of Color #b962de

%17
%56
%0
%13

Triadic Colors of #b962de

#b962de #deb962 #62deb9

Analogous Colors of #b962de

#b962de #de62c5 #7b62de

Monochromatic Colors of #b962de

#b962de

Complementary Color

#b962de #87de62

#b962de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b962de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b962de Color CSS Codes

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

#b962de Text Font Color

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

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


#b962de Background Color

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

This div background color is #b962de


#b962de Border Color

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

This div border color is #b962de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b962de


Comments

No comments written yet.

Please login to write comment.