Color Hex Logo

#b439de Color Hex

#B439DE
(180,57,222)
0 Favorites   0 Comments

Color spaces of #b439de

RGB 18057222
HSL0.790.710.55
HSV285°74°87°
CMYK 0.190.740.00   0.13
XYZ33.470317.903570.7989
Yxy17.90350.27400.1465
Hunter Lab42.312567.1512-69.5875
CIE-Lab49.378971.2778-60.5460

#b439de color RGB value is (180,57,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00111001 11011110
Octal 264 71 336
Decimal 180 57 222
Hex B4 39 DE

RGB Percentages of Color #b439de

%39.22
%12.42
%48.37

CMYK Percentages of Color #b439de

%19
%74
%0
%13

Triadic Colors of #b439de

#b439de #deb439 #39deb4

Analogous Colors of #b439de

#b439de #de39b6 #6139de

Monochromatic Colors of #b439de

#b439de

Complementary Color

#b439de #63de39

#b439de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b439de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b439de Color CSS Codes

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

#b439de Text Font Color

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

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


#b439de Background Color

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

This div background color is #b439de


#b439de Border Color

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

This div border color is #b439de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b439de


Comments

No comments written yet.

Please login to write comment.