Color Hex Logo

#b462dd Color Hex

#B462DD
(180,98,221)
0 Favorites   0 Comments

Color spaces of #b462dd

RGB 18098221
HSL0.780.640.63
HSV280°56°87°
CMYK 0.190.560.00   0.13
XYZ36.241223.659171.0632
Yxy23.65910.27670.1807
Hunter Lab48.640647.8759-52.5733
CIE-Lab55.744853.3246-49.7855

#b462dd color RGB value is (180,98,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01100010 11011101
Octal 264 142 335
Decimal 180 98 221
Hex B4 62 DD

RGB Percentages of Color #b462dd

%36.07
%19.64
%44.29

CMYK Percentages of Color #b462dd

%19
%56
%0
%13

Triadic Colors of #b462dd

#b462dd #ddb462 #62ddb4

Analogous Colors of #b462dd

#b462dd #dd62c9 #7762dd

Monochromatic Colors of #b462dd

#b462dd

Complementary Color

#b462dd #8bdd62

#b462dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b462dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b462dd Color CSS Codes

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

#b462dd Text Font Color

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

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


#b462dd Background Color

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

This div background color is #b462dd


#b462dd Border Color

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

This div border color is #b462dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b462dd


Comments

No comments written yet.

Please login to write comment.