Color Hex Logo

#4b31fe Color Hex

#4B31FE
(75,49,254)
0 Favorites   0 Comments

Color spaces of #4b31fe

RGB 7549254
HSL0.690.990.59
HSV248°81°100°
CMYK 0.700.810.00   0.00
XYZ21.889410.848294.7062
Yxy10.84820.17180.0851
Hunter Lab32.936660.9906-147.4274
CIE-Lab39.323668.0159-95.5277

#4b31fe color RGB value is (75,49,254).

#4b31fe hex color red value is 75, green value is 49 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #4b31fe hue: 0.69 , saturation: 0.99 and the lightness value of 4b31fe is 0.59.

The process color (four color CMYK) of #4b31fe color hex is 0.70, 0.81, 0.00, 0.00. Web safe color of #4b31fe is #3333ff. Color #4b31fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 00110001 11111110
Octal 113 61 376
Decimal 75 49 254
Hex 4B 31 FE

RGB Percentages of Color #4b31fe

%19.84
%12.96
%67.20

CMYK Percentages of Color #4b31fe

%70
%81
%0
%0

Triadic Colors of #4b31fe

#4b31fe #fe4b31 #31fe4b

Analogous Colors of #4b31fe

#4b31fe #b231fe #317efe

Monochromatic Colors of #4b31fe

#4b31fe

Complementary Color

#4b31fe #e4fe31

#4b31fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b31fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b31fe Color CSS Codes

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

#4b31fe Text Font Color

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

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


#4b31fe Background Color

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

This div background color is #4b31fe


#4b31fe Border Color

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

This div border color is #4b31fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b31fe


Comments

No comments written yet.

Please login to write comment.