Color Hex Logo

#4141db Color Hex

#4141DB
(65,65,219)
0 Favorites   0 Comments

Color spaces of #4141db

RGB 6565219
HSL0.670.680.56
HSV240°70°86°
CMYK 0.700.700.00   0.14
XYZ16.856510.018968.0632
Yxy10.01890.17760.1055
Hunter Lab31.652639.6674-105.3354
CIE-Lab37.876348.6925-78.1169

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

#4141db hex color red value is 65, green value is 65 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #4141db hue: 0.67 , saturation: 0.68 and the lightness value of 4141db is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01000001 11011011
Octal 101 101 333
Decimal 65 65 219
Hex 41 41 DB

RGB Percentages of Color #4141db

%18.62
%18.62
%62.75

CMYK Percentages of Color #4141db

%70
%70
%0
%14

Triadic Colors of #4141db

#4141db #db4141 #41db41

Analogous Colors of #4141db

#4141db #8e41db #418edb

Monochromatic Colors of #4141db

#4141db

Complementary Color

#4141db #dbdb41

#4141db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4141db Color Preview on White Background

Lorem ipsum dolor sit amet.

#4141db Color CSS Codes

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

#4141db Text Font Color

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

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


#4141db Background Color

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

This div background color is #4141db


#4141db Border Color

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

This div border color is #4141db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4141db


Comments

No comments written yet.

Please login to write comment.