Color Hex Logo

#b437de Color Hex

#B437DE
(180,55,222)
0 Favorites   0 Comments

Color spaces of #b437de

RGB 18055222
HSL0.790.720.54
HSV285°75°87°
CMYK 0.190.750.00   0.13
XYZ33.373417.709670.7666
Yxy17.70960.27390.1453
Hunter Lab42.082867.9131-70.2444
CIE-Lab49.142071.9578-60.9281

#b437de color RGB value is (180,55,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00110111 11011110
Octal 264 67 336
Decimal 180 55 222
Hex B4 37 DE

RGB Percentages of Color #b437de

%39.39
%12.04
%48.58

CMYK Percentages of Color #b437de

%19
%75
%0
%13

Triadic Colors of #b437de

#b437de #deb437 #37deb4

Analogous Colors of #b437de

#b437de #de37b5 #6137de

Monochromatic Colors of #b437de

#b437de

Complementary Color

#b437de #61de37

#b437de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b437de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b437de Color CSS Codes

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

#b437de Text Font Color

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

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


#b437de Background Color

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

This div background color is #b437de


#b437de Border Color

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

This div border color is #b437de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b437de


Comments

No comments written yet.

Please login to write comment.