Color Hex Logo

#4120eb Color Hex

#4120EB
(65,32,235)
0 Favorites   0 Comments

Color spaces of #4120eb

RGB 6532235
HSL0.690.840.52
HSV250°86°92°
CMYK 0.720.860.00   0.08
XYZ17.69198.155079.2389
Yxy8.15500.16840.0776
Hunter Lab28.557060.6115-144.5260
CIE-Lab34.303668.6582-93.1661

#4120eb color RGB value is (65,32,235).

#4120eb hex color red value is 65, green value is 32 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #4120eb hue: 0.69 , saturation: 0.84 and the lightness value of 4120eb is 0.52.

The process color (four color CMYK) of #4120eb color hex is 0.72, 0.86, 0.00, 0.08. Web safe color of #4120eb is #3333ff. Color #4120eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00100000 11101011
Octal 101 40 353
Decimal 65 32 235
Hex 41 20 EB

RGB Percentages of Color #4120eb

%19.58
%9.64
%70.78

CMYK Percentages of Color #4120eb

%72
%86
%0
%8

Triadic Colors of #4120eb

#4120eb #eb4120 #20eb41

Analogous Colors of #4120eb

#4120eb #a720eb #2065eb

Monochromatic Colors of #4120eb

#4120eb

Complementary Color

#4120eb #caeb20

#4120eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4120eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4120eb Color CSS Codes

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

#4120eb Text Font Color

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

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


#4120eb Background Color

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

This div background color is #4120eb


#4120eb Border Color

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

This div border color is #4120eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,32,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4120eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4120eb;
  -webkit-box-shadow: 1px 1px 3px 2px #4120eb;
  box-shadow:         1px 1px 3px 2px #4120eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,32,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4120eb


Comments

No comments written yet.

Please login to write comment.