Color Hex Logo

#b355dd Color Hex

#B355DD
(179,85,221)
0 Favorites   0 Comments

Color spaces of #b355dd

RGB 17985221
HSL0.780.670.60
HSV281°62°87°
CMYK 0.190.620.00   0.13
XYZ34.890121.301270.6792
Yxy21.30120.27500.1679
Hunter Lab46.153254.1711-58.4896
CIE-Lab53.277659.3966-53.7264

#b355dd color RGB value is (179,85,221).

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

The process color (four color CMYK) of #b355dd color hex is 0.19, 0.62, 0.00, 0.13. Web safe color of #b355dd is #cc66cc. Color #b355dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01010101 11011101
Octal 263 125 335
Decimal 179 85 221
Hex B3 55 DD

RGB Percentages of Color #b355dd

%36.91
%17.53
%45.57

CMYK Percentages of Color #b355dd

%19
%62
%0
%13

Triadic Colors of #b355dd

#b355dd #ddb355 #55ddb3

Analogous Colors of #b355dd

#b355dd #dd55c3 #6f55dd

Monochromatic Colors of #b355dd

#b355dd

Complementary Color

#b355dd #7fdd55

#b355dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b355dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b355dd Color CSS Codes

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

#b355dd Text Font Color

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

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


#b355dd Background Color

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

This div background color is #b355dd


#b355dd Border Color

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

This div border color is #b355dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b355dd


Comments

No comments written yet.

Please login to write comment.