color codes Logo

#b455db color codes

#B455DB
(180,85,219)
0 Favorites   0 Comments

Color spaces of #b455db

RGB 18085219
HSL0.780.650.60
HSV283°61°86°
CMYK 0.180.610.00   0.14
XYZ34.857121.314869.2948
Yxy21.31480.27780.1699
Hunter Lab46.168053.9747-56.6725
CIE-Lab53.292359.2201-52.5629

#b455db color RGB value is (180,85,219).

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

The process color (four color CMYK) of #b455db color code is 0.18, 0.61, 0.00, 0.14. Web safe color of #b455db is #cc66cc. Color #b455db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01010101 11011011
Octal 264 125 333
Decimal 180 85 219
Hex B4 55 DB

RGB Percentages of Color #b455db

%37.19
%17.56
%45.25

CMYK Percentages of Color #b455db

%18
%61
%0
%14

Triadic Colors of #b455db

#b455db #dbb455 #55dbb4

Analogous Colors of #b455db

#b455db #db55bf #7155db

Monochromatic Colors of #b455db

#b455db

Complementary Color

#b455db #7cdb55

#b455db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b455db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b455db Color CSS Codes

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

#b455db Text Font Color

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

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


#b455db Background Color

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

This div background color is #b455db


#b455db Border Color

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

This div border color is #b455db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b455db


Comments

No comments written yet.

Please login to write comment.