Color Hex Logo

#b337de Color Hex

#B337DE
(179,55,222)
0 Favorites   0 Comments

Color spaces of #b337de

RGB 17955222
HSL0.790.720.54
HSV285°75°87°
CMYK 0.190.750.00   0.13
XYZ33.141417.590070.7557
Yxy17.59000.27280.1448
Hunter Lab41.940467.6552-70.6670
CIE-Lab48.995071.7720-61.1726

#b337de color RGB value is (179,55,222).

#b337de hex color red value is 179, green value is 55 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b337de hue: 0.79 , saturation: 0.72 and the lightness value of b337de is 0.54.

The process color (four color CMYK) of #b337de color hex is 0.19, 0.75, 0.00, 0.13. Web safe color of #b337de is #cc33cc. Color #b337de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00110111 11011110
Octal 263 67 336
Decimal 179 55 222
Hex B3 37 DE

RGB Percentages of Color #b337de

%39.25
%12.06
%48.68

CMYK Percentages of Color #b337de

%19
%75
%0
%13

Triadic Colors of #b337de

#b337de #deb337 #37deb3

Analogous Colors of #b337de

#b337de #de37b6 #6037de

Monochromatic Colors of #b337de

#b337de

Complementary Color

#b337de #62de37

#b337de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b337de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b337de Color CSS Codes

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

#b337de Text Font Color

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

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


#b337de Background Color

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

This div background color is #b337de


#b337de Border Color

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

This div border color is #b337de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b337de


Comments

No comments written yet.

Please login to write comment.