Color Hex Logo

#b55dcd Color Hex

#B55DCD
(181,93,205)
0 Favorites   0 Comments

Color spaces of #b55dcd

RGB 18193205
HSL0.800.530.58
HSV287°55°80°
CMYK 0.120.550.00   0.20
XYZ33.989922.060260.2242
Yxy22.06020.29230.1897
Hunter Lab46.968346.9820-43.1457
CIE-Lab54.090852.7853-43.3262

#b55dcd color RGB value is (181,93,205).

#b55dcd hex color red value is 181, green value is 93 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b55dcd hue: 0.80 , saturation: 0.53 and the lightness value of b55dcd is 0.58.

The process color (four color CMYK) of #b55dcd color hex is 0.12, 0.55, 0.00, 0.20. Web safe color of #b55dcd is #cc66cc. Color #b55dcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01011101 11001101
Octal 265 135 315
Decimal 181 93 205
Hex B5 5D CD

RGB Percentages of Color #b55dcd

%37.79
%19.42
%42.80

CMYK Percentages of Color #b55dcd

%12
%55
%0
%20

Triadic Colors of #b55dcd

#b55dcd #cdb55d #5dcdb5

Analogous Colors of #b55dcd

#b55dcd #cd5dad #7d5dcd

Monochromatic Colors of #b55dcd

#b55dcd

Complementary Color

#b55dcd #75cd5d

#b55dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b55dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b55dcd Color CSS Codes

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

#b55dcd Text Font Color

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

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


#b55dcd Background Color

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

This div background color is #b55dcd


#b55dcd Border Color

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

This div border color is #b55dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b55dcd


Comments

No comments written yet.

Please login to write comment.