Color Hex Logo

#b055dd Color Hex

#B055DD
(176,85,221)
0 Favorites   0 Comments

Color spaces of #b055dd

RGB 17685221
HSL0.780.670.60
HSV280°62°87°
CMYK 0.200.620.00   0.13
XYZ34.204120.947670.6471
Yxy20.94760.27190.1665
Hunter Lab45.768553.3030-59.4805
CIE-Lab52.892158.6962-54.3648

#b055dd color RGB value is (176,85,221).

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

The process color (four color CMYK) of #b055dd color hex is 0.20, 0.62, 0.00, 0.13. Web safe color of #b055dd is #9966cc. Color #b055dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01010101 11011101
Octal 260 125 335
Decimal 176 85 221
Hex B0 55 DD

RGB Percentages of Color #b055dd

%36.51
%17.63
%45.85

CMYK Percentages of Color #b055dd

%20
%62
%0
%13

Triadic Colors of #b055dd

#b055dd #ddb055 #55ddb0

Analogous Colors of #b055dd

#b055dd #dd55c6 #6c55dd

Monochromatic Colors of #b055dd

#b055dd

Complementary Color

#b055dd #82dd55

#b055dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b055dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b055dd Color CSS Codes

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

#b055dd Text Font Color

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

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


#b055dd Background Color

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

This div background color is #b055dd


#b055dd Border Color

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

This div border color is #b055dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b055dd


Comments

No comments written yet.

Please login to write comment.