Color Hex Logo

#b457dd Color Hex

#B457DD
(180,87,221)
0 Favorites   0 Comments

Color spaces of #b457dd

RGB 18087221
HSL0.780.660.60
HSV282°61°87°
CMYK 0.190.610.00   0.13
XYZ35.281721.740170.7433
Yxy21.74010.27610.1702
Hunter Lab46.626353.4734-57.3188
CIE-Lab53.750258.6940-52.9639

#b457dd color RGB value is (180,87,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01010111 11011101
Octal 264 127 335
Decimal 180 87 221
Hex B4 57 DD

RGB Percentages of Color #b457dd

%36.89
%17.83
%45.29

CMYK Percentages of Color #b457dd

%19
%61
%0
%13

Triadic Colors of #b457dd

#b457dd #ddb457 #57ddb4

Analogous Colors of #b457dd

#b457dd #dd57c3 #7157dd

Monochromatic Colors of #b457dd

#b457dd

Complementary Color

#b457dd #80dd57

#b457dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b457dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b457dd Color CSS Codes

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

#b457dd Text Font Color

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

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


#b457dd Background Color

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

This div background color is #b457dd


#b457dd Border Color

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

This div border color is #b457dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b457dd


Comments

No comments written yet.

Please login to write comment.