Color Hex Logo

#4155db Color Hex

#4155DB
(65,85,219)
0 Favorites   0 Comments

Color spaces of #4155db

RGB 6585219
HSL0.650.680.56
HSV232°70°86°
CMYK 0.700.610.00   0.14
XYZ18.214712.735368.5160
Yxy12.73530.18310.1280
Hunter Lab35.686628.6564-88.8526
CIE-Lab42.361736.7100-70.7619

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01010101 11011011
Octal 101 125 333
Decimal 65 85 219
Hex 41 55 DB

RGB Percentages of Color #4155db

%17.62
%23.04
%59.35

CMYK Percentages of Color #4155db

%70
%61
%0
%14

Triadic Colors of #4155db

#4155db #db4155 #55db41

Analogous Colors of #4155db

#4155db #7a41db #41a2db

Monochromatic Colors of #4155db

#4155db

Complementary Color

#4155db #dbc741

#4155db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4155db Color Preview on White Background

Lorem ipsum dolor sit amet.

#4155db Color CSS Codes

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

#4155db Text Font Color

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

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


#4155db Background Color

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

This div background color is #4155db


#4155db Border Color

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

This div border color is #4155db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4155db


Comments

No comments written yet.

Please login to write comment.