Color Hex Logo

#b355de Color Hex

#B355DE
(179,85,222)
0 Favorites   0 Comments

Color spaces of #b355de

RGB 17985222
HSL0.780.670.60
HSV281°62°87°
CMYK 0.190.620.00   0.13
XYZ35.023721.354671.3831
Yxy21.35460.27410.1671
Hunter Lab46.211054.4172-59.2387
CIE-Lab53.335459.6036-54.1996

#b355de color RGB value is (179,85,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01010101 11011110
Octal 263 125 336
Decimal 179 85 222
Hex B3 55 DE

RGB Percentages of Color #b355de

%36.83
%17.49
%45.68

CMYK Percentages of Color #b355de

%19
%62
%0
%13

Triadic Colors of #b355de

#b355de #deb355 #55deb3

Analogous Colors of #b355de

#b355de #de55c5 #6f55de

Monochromatic Colors of #b355de

#b355de

Complementary Color

#b355de #80de55

#b355de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b355de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b355de Color CSS Codes

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

#b355de Text Font Color

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

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


#b355de Background Color

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

This div background color is #b355de


#b355de Border Color

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

This div border color is #b355de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,85,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b355de


Comments

No comments written yet.

Please login to write comment.