Color Hex Logo

#b431ee Color Hex

#B431EE
(180,49,238)
0 Favorites   0 Comments

Color spaces of #b431ee

RGB 18049238
HSL0.780.850.56
HSV282°79°93°
CMYK 0.240.790.00   0.07
XYZ35.353318.073082.5140
Yxy18.07300.26010.1329
Hunter Lab42.512474.0441-85.3198
CIE-Lab49.584576.8922-69.2649

#b431ee color RGB value is (180,49,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00110001 11101110
Octal 264 61 356
Decimal 180 49 238
Hex B4 31 EE

RGB Percentages of Color #b431ee

%38.54
%10.49
%50.96

CMYK Percentages of Color #b431ee

%24
%79
%0
%7

Triadic Colors of #b431ee

#b431ee #eeb431 #31eeb4

Analogous Colors of #b431ee

#b431ee #ee31ca #5631ee

Monochromatic Colors of #b431ee

#b431ee

Complementary Color

#b431ee #6bee31

#b431ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b431ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b431ee Color CSS Codes

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

#b431ee Text Font Color

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

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


#b431ee Background Color

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

This div background color is #b431ee


#b431ee Border Color

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

This div border color is #b431ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b431ee


Comments

No comments written yet.

Please login to write comment.