Color Hex Logo

#4b39ea Color Hex

#4B39EA
(75,57,234)
0 Favorites   0 Comments

Color spaces of #4b39ea

RGB 7557234
HSL0.680.810.57
HSV246°76°92°
CMYK 0.680.760.00   0.08
XYZ19.216110.362678.8293
Yxy10.36260.17730.0956
Hunter Lab32.191050.2196-122.6557
CIE-Lab38.485558.6065-85.6455

#4b39ea color RGB value is (75,57,234).

#4b39ea hex color red value is 75, green value is 57 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #4b39ea hue: 0.68 , saturation: 0.81 and the lightness value of 4b39ea is 0.57.

The process color (four color CMYK) of #4b39ea color hex is 0.68, 0.76, 0.00, 0.08. Web safe color of #4b39ea is #3333ff. Color #4b39ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 00111001 11101010
Octal 113 71 352
Decimal 75 57 234
Hex 4B 39 EA

RGB Percentages of Color #4b39ea

%20.49
%15.57
%63.93

CMYK Percentages of Color #4b39ea

%68
%76
%0
%8

Triadic Colors of #4b39ea

#4b39ea #ea4b39 #39ea4b

Analogous Colors of #4b39ea

#4b39ea #a439ea #3980ea

Monochromatic Colors of #4b39ea

#4b39ea

Complementary Color

#4b39ea #d8ea39

#4b39ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b39ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b39ea Color CSS Codes

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

#4b39ea Text Font Color

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

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


#4b39ea Background Color

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

This div background color is #4b39ea


#4b39ea Border Color

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

This div border color is #4b39ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b39ea


Comments

No comments written yet.

Please login to write comment.