Color Hex Logo

#b462de Color Hex

#B462DE
(180,98,222)
0 Favorites   0 Comments

Color spaces of #b462de

RGB 18098222
HSL0.780.650.63
HSV280°56°87°
CMYK 0.190.560.00   0.13
XYZ36.374923.712671.7671
Yxy23.71260.27590.1798
Hunter Lab48.695648.1197-53.2941
CIE-Lab55.798953.5370-50.2633

#b462de color RGB value is (180,98,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01100010 11011110
Octal 264 142 336
Decimal 180 98 222
Hex B4 62 DE

RGB Percentages of Color #b462de

%36.00
%19.60
%44.40

CMYK Percentages of Color #b462de

%19
%56
%0
%13

Triadic Colors of #b462de

#b462de #deb462 #62deb4

Analogous Colors of #b462de

#b462de #de62ca #7662de

Monochromatic Colors of #b462de

#b462de

Complementary Color

#b462de #8cde62

#b462de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b462de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b462de Color CSS Codes

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

#b462de Text Font Color

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

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


#b462de Background Color

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

This div background color is #b462de


#b462de Border Color

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

This div border color is #b462de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b462de


Comments

No comments written yet.

Please login to write comment.