Color Hex Logo

#b754db Color Hex

#B754DB
(183,84,219)
0 Favorites   0 Comments

Color spaces of #b754db

RGB 18384219
HSL0.790.650.59
HSV284°62°86°
CMYK 0.160.620.00   0.14
XYZ35.484921.522469.3018
Yxy21.52240.28090.1704
Hunter Lab46.392255.3462-56.0942
CIE-Lab53.516660.3894-52.1820

#b754db color RGB value is (183,84,219).

#b754db hex color red value is 183, green value is 84 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b754db hue: 0.79 , saturation: 0.65 and the lightness value of b754db is 0.59.

The process color (four color CMYK) of #b754db color hex is 0.16, 0.62, 0.00, 0.14. Web safe color of #b754db is #cc66cc. Color #b754db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01010100 11011011
Octal 267 124 333
Decimal 183 84 219
Hex B7 54 DB

RGB Percentages of Color #b754db

%37.65
%17.28
%45.06

CMYK Percentages of Color #b754db

%16
%62
%0
%14

Triadic Colors of #b754db

#b754db #dbb754 #54dbb7

Analogous Colors of #b754db

#b754db #db54bc #7454db

Monochromatic Colors of #b754db

#b754db

Complementary Color

#b754db #78db54

#b754db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b754db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b754db Color CSS Codes

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

#b754db Text Font Color

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

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


#b754db Background Color

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

This div background color is #b754db


#b754db Border Color

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

This div border color is #b754db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b754db


Comments

No comments written yet.

Please login to write comment.