Color Hex Logo

#4155bf Color Hex

#4155BF
(65,85,191)
0 Favorites   0 Comments

Color spaces of #4155bf

RGB 6585191
HSL0.640.500.50
HSV230°66°75°
CMYK 0.660.550.00   0.25
XYZ14.832411.382450.7055
Yxy11.38240.19280.1480
Hunter Lab33.737819.4341-65.4921
CIE-Lab40.217226.8757-58.0964

#4155bf color RGB value is (65,85,191).

#4155bf hex color red value is 65, green value is 85 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #4155bf hue: 0.64 , saturation: 0.50 and the lightness value of 4155bf is 0.50.

The process color (four color CMYK) of #4155bf color hex is 0.66, 0.55, 0.00, 0.25. Web safe color of #4155bf is #3366cc. Color #4155bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01010101 10111111
Octal 101 125 277
Decimal 65 85 191
Hex 41 55 BF

RGB Percentages of Color #4155bf

%19.06
%24.93
%56.01

CMYK Percentages of Color #4155bf

%66
%55
%0
%25

Triadic Colors of #4155bf

#4155bf #bf4155 #55bf41

Analogous Colors of #4155bf

#4155bf #6c41bf #4194bf

Monochromatic Colors of #4155bf

#4155bf

Complementary Color

#4155bf #bfab41

#4155bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4155bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4155bf Color CSS Codes

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

#4155bf Text Font Color

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

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


#4155bf Background Color

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

This div background color is #4155bf


#4155bf Border Color

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

This div border color is #4155bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4155bf


Comments

No comments written yet.

Please login to write comment.