Color Hex Logo

#b455dd Color Hex

#B455DD
(180,85,221)
0 Favorites   0 Comments

Color spaces of #b455dd

RGB 18085221
HSL0.780.670.60
HSV282°62°87°
CMYK 0.190.620.00   0.13
XYZ35.122021.420870.6901
Yxy21.42080.27600.1684
Hunter Lab46.282654.4619-58.1592
CIE-Lab53.407059.6302-53.5121

#b455dd color RGB value is (180,85,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01010101 11011101
Octal 264 125 335
Decimal 180 85 221
Hex B4 55 DD

RGB Percentages of Color #b455dd

%37.04
%17.49
%45.47

CMYK Percentages of Color #b455dd

%19
%62
%0
%13

Triadic Colors of #b455dd

#b455dd #ddb455 #55ddb4

Analogous Colors of #b455dd

#b455dd #dd55c2 #7055dd

Monochromatic Colors of #b455dd

#b455dd

Complementary Color

#b455dd #7edd55

#b455dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b455dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b455dd Color CSS Codes

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

#b455dd Text Font Color

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

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


#b455dd Background Color

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

This div background color is #b455dd


#b455dd Border Color

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

This div border color is #b455dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b455dd


Comments

No comments written yet.

Please login to write comment.