Color Hex Logo

#b55daf Color Hex

#B55DAF
(181,93,175)
0 Favorites   0 Comments

Color spaces of #b55daf

RGB 18193175
HSL0.840.370.54
HSV304°49°71°
CMYK 0.000.490.03   0.29
XYZ30.708320.747642.9436
Yxy20.74760.32530.2198
Hunter Lab45.549540.6283-24.0133
CIE-Lab52.672147.0902-28.2703

#b55daf color RGB value is (181,93,175).

#b55daf hex color red value is 181, green value is 93 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b55daf hue: 0.84 , saturation: 0.37 and the lightness value of b55daf is 0.54.

The process color (four color CMYK) of #b55daf color hex is 0.00, 0.49, 0.03, 0.29. Web safe color of #b55daf is #cc6699. Color #b55daf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01011101 10101111
Octal 265 135 257
Decimal 181 93 175
Hex B5 5D AF

RGB Percentages of Color #b55daf

%40.31
%20.71
%38.98

CMYK Percentages of Color #b55daf

%0
%49
%3
%29

Triadic Colors of #b55daf

#b55daf #afb55d #5dafb5

Analogous Colors of #b55daf

#b55daf #b55d83 #8f5db5

Monochromatic Colors of #b55daf

#b55daf

Complementary Color

#b55daf #5db563

#b55daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b55daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b55daf Color CSS Codes

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

#b55daf Text Font Color

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

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


#b55daf Background Color

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

This div background color is #b55daf


#b55daf Border Color

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

This div border color is #b55daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b55daf


Comments

No comments written yet.

Please login to write comment.