Color Hex Logo

#4120db Color Hex

#4120DB
(65,32,219)
0 Favorites   0 Comments

Color spaces of #4120db

RGB 6532219
HSL0.700.750.49
HSV251°85°86°
CMYK 0.700.850.00   0.14
XYZ15.48277.271367.6053
Yxy7.27130.17130.0805
Hunter Lab26.965355.3000-129.7713
CIE-Lab32.416764.3765-87.1456

#4120db color RGB value is (65,32,219).

#4120db hex color red value is 65, green value is 32 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #4120db hue: 0.70 , saturation: 0.75 and the lightness value of 4120db is 0.49.

The process color (four color CMYK) of #4120db color hex is 0.70, 0.85, 0.00, 0.14. Web safe color of #4120db is #3333cc. Color #4120db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00100000 11011011
Octal 101 40 333
Decimal 65 32 219
Hex 41 20 DB

RGB Percentages of Color #4120db

%20.57
%10.13
%69.30

CMYK Percentages of Color #4120db

%70
%85
%0
%14

Triadic Colors of #4120db

#4120db #db4120 #20db41

Analogous Colors of #4120db

#4120db #9f20db #205cdb

Monochromatic Colors of #4120db

#4120db

Complementary Color

#4120db #badb20

#4120db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4120db Color Preview on White Background

Lorem ipsum dolor sit amet.

#4120db Color CSS Codes

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

#4120db Text Font Color

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

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


#4120db Background Color

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

This div background color is #4120db


#4120db Border Color

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

This div border color is #4120db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4120db


Comments

No comments written yet.

Please login to write comment.