Color Hex Logo

#b578dd Color Hex

#B578DD
(181,120,221)
0 Favorites   0 Comments

Color spaces of #b578dd

RGB 181120221
HSL0.770.600.67
HSV276°46°87°
CMYK 0.180.460.00   0.13
XYZ38.823728.477271.8570
Yxy28.47720.27900.2046
Hunter Lab53.364036.4763-42.4818
CIE-Lab60.317442.0304-42.5453

#b578dd color RGB value is (181,120,221).

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

The process color (four color CMYK) of #b578dd color hex is 0.18, 0.46, 0.00, 0.13. Web safe color of #b578dd is #cc66cc. Color #b578dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01111000 11011101
Octal 265 170 335
Decimal 181 120 221
Hex B5 78 DD

RGB Percentages of Color #b578dd

%34.67
%22.99
%42.34

CMYK Percentages of Color #b578dd

%18
%46
%0
%13

Triadic Colors of #b578dd

#b578dd #ddb578 #78ddb5

Analogous Colors of #b578dd

#b578dd #dd78d3 #8378dd

Monochromatic Colors of #b578dd

#b578dd

Complementary Color

#b578dd #a0dd78

#b578dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b578dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b578dd Color CSS Codes

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

#b578dd Text Font Color

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

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


#b578dd Background Color

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

This div background color is #b578dd


#b578dd Border Color

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

This div border color is #b578dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b578dd


Comments

No comments written yet.

Please login to write comment.