Color Hex Logo

#b55dca Color Hex

#B55DCA
(181,93,202)
0 Favorites   0 Comments

Color spaces of #b55dca

RGB 18193202
HSL0.800.510.58
HSV288°54°79°
CMYK 0.100.540.00   0.21
XYZ33.631121.916758.3349
Yxy21.91670.29530.1924
Hunter Lab46.815346.3039-41.1085
CIE-Lab53.938552.1886-41.8538

#b55dca color RGB value is (181,93,202).

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

The process color (four color CMYK) of #b55dca color hex is 0.10, 0.54, 0.00, 0.21. Web safe color of #b55dca is #cc66cc. Color #b55dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01011101 11001010
Octal 265 135 312
Decimal 181 93 202
Hex B5 5D CA

RGB Percentages of Color #b55dca

%38.03
%19.54
%42.44

CMYK Percentages of Color #b55dca

%10
%54
%0
%21

Triadic Colors of #b55dca

#b55dca #cab55d #5dcab5

Analogous Colors of #b55dca

#b55dca #ca5da9 #7f5dca

Monochromatic Colors of #b55dca

#b55dca

Complementary Color

#b55dca #72ca5d

#b55dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b55dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b55dca Color CSS Codes

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

#b55dca Text Font Color

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

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


#b55dca Background Color

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

This div background color is #b55dca


#b55dca Border Color

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

This div border color is #b55dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b55dca


Comments

No comments written yet.

Please login to write comment.