Color Hex Logo

#b58dda Color Hex

#B58DDA
(181,141,218)
0 Favorites   0 Comments

Color spaces of #b58dda

RGB 181141218
HSL0.750.510.70
HSV271°35°85°
CMYK 0.170.350.00   0.15
XYZ41.235833.935570.7065
Yxy33.93550.28270.2326
Hunter Lab58.254224.4082-31.1858
CIE-Lab64.911329.7583-33.6905

#b58dda color RGB value is (181,141,218).

#b58dda hex color red value is 181, green value is 141 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b58dda hue: 0.75 , saturation: 0.51 and the lightness value of b58dda is 0.70.

The process color (four color CMYK) of #b58dda color hex is 0.17, 0.35, 0.00, 0.15. Web safe color of #b58dda is #cc99cc. Color #b58dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10001101 11011010
Octal 265 215 332
Decimal 181 141 218
Hex B5 8D DA

RGB Percentages of Color #b58dda

%33.52
%26.11
%40.37

CMYK Percentages of Color #b58dda

%17
%35
%0
%15

Triadic Colors of #b58dda

#b58dda #dab58d #8ddab5

Analogous Colors of #b58dda

#b58dda #da8dd9 #8f8dda

Monochromatic Colors of #b58dda

#b58dda

Complementary Color

#b58dda #b2da8d

#b58dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b58dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b58dda Color CSS Codes

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

#b58dda Text Font Color

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

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


#b58dda Background Color

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

This div background color is #b58dda


#b58dda Border Color

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

This div border color is #b58dda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,141,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b58dda


Comments

No comments written yet.

Please login to write comment.