Color Hex Logo

#4b20ee Color Hex

#4B20EE
(75,32,238)
0 Favorites   0 Comments

Color spaces of #4b20ee

RGB 7532238
HSL0.700.860.53
HSV253°87°93°
CMYK 0.680.870.00   0.07
XYZ18.85088.701981.5750
Yxy8.70190.17270.0797
Hunter Lab29.499062.4440-143.3083
CIE-Lab35.403970.0178-93.0199

#4b20ee color RGB value is (75,32,238).

#4b20ee hex color red value is 75, green value is 32 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #4b20ee hue: 0.70 , saturation: 0.86 and the lightness value of 4b20ee is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 00100000 11101110
Octal 113 40 356
Decimal 75 32 238
Hex 4B 20 EE

RGB Percentages of Color #4b20ee

%21.74
%9.28
%68.99

CMYK Percentages of Color #4b20ee

%68
%87
%0
%7

Triadic Colors of #4b20ee

#4b20ee #ee4b20 #20ee4b

Analogous Colors of #4b20ee

#4b20ee #b220ee #205cee

Monochromatic Colors of #4b20ee

#4b20ee

Complementary Color

#4b20ee #c3ee20

#4b20ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b20ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b20ee Color CSS Codes

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

#4b20ee Text Font Color

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

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


#4b20ee Background Color

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

This div background color is #4b20ee


#4b20ee Border Color

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

This div border color is #4b20ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b20ee


Comments

No comments written yet.

Please login to write comment.