Color Hex Logo

#b454dd Color Hex

#B454DD
(180,84,221)
0 Favorites   0 Comments

Color spaces of #b454dd

RGB 18084221
HSL0.780.670.60
HSV282°62°87°
CMYK 0.190.620.00   0.13
XYZ35.043921.264470.6640
Yxy21.26440.27600.1675
Hunter Lab46.113354.9530-58.5766
CIE-Lab53.237760.0939-53.7828

#b454dd color RGB value is (180,84,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01010100 11011101
Octal 264 124 335
Decimal 180 84 221
Hex B4 54 DD

RGB Percentages of Color #b454dd

%37.11
%17.32
%45.57

CMYK Percentages of Color #b454dd

%19
%62
%0
%13

Triadic Colors of #b454dd

#b454dd #ddb454 #54ddb4

Analogous Colors of #b454dd

#b454dd #dd54c2 #7054dd

Monochromatic Colors of #b454dd

#b454dd

Complementary Color

#b454dd #7ddd54

#b454dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b454dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b454dd Color CSS Codes

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

#b454dd Text Font Color

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

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


#b454dd Background Color

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

This div background color is #b454dd


#b454dd Border Color

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

This div border color is #b454dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b454dd


Comments

No comments written yet.

Please login to write comment.