Color Hex Logo

#b431ed Color Hex

#B431ED
(180,49,237)
0 Favorites   0 Comments

Color spaces of #b431ed

RGB 18049237
HSL0.780.840.56
HSV282°79°93°
CMYK 0.240.790.00   0.07
XYZ35.206818.014381.7423
Yxy18.01430.26090.1335
Hunter Lab42.443373.7906-84.4775
CIE-Lab49.513476.7012-68.8172

#b431ed color RGB value is (180,49,237).

#b431ed hex color red value is 180, green value is 49 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b431ed hue: 0.78 , saturation: 0.84 and the lightness value of b431ed is 0.56.

The process color (four color CMYK) of #b431ed color hex is 0.24, 0.79, 0.00, 0.07. Web safe color of #b431ed is #cc33ff. Color #b431ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00110001 11101101
Octal 264 61 355
Decimal 180 49 237
Hex B4 31 ED

RGB Percentages of Color #b431ed

%38.63
%10.52
%50.86

CMYK Percentages of Color #b431ed

%24
%79
%0
%7

Triadic Colors of #b431ed

#b431ed #edb431 #31edb4

Analogous Colors of #b431ed

#b431ed #ed31c8 #5631ed

Monochromatic Colors of #b431ed

#b431ed

Complementary Color

#b431ed #6aed31

#b431ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b431ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b431ed Color CSS Codes

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

#b431ed Text Font Color

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

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


#b431ed Background Color

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

This div background color is #b431ed


#b431ed Border Color

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

This div border color is #b431ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,49,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b431ed


Comments

No comments written yet.

Please login to write comment.