Color Hex Logo

#4150bd Color Hex

#4150BD
(65,80,189)
0 Favorites   0 Comments

Color spaces of #4150bd

RGB 6580189
HSL0.650.490.50
HSV233°66°74°
CMYK 0.660.580.00   0.26
XYZ14.233910.535349.4274
Yxy10.53530.19180.1420
Hunter Lab32.458121.4761-67.5664
CIE-Lab38.786529.3720-59.2495

#4150bd color RGB value is (65,80,189).

#4150bd hex color red value is 65, green value is 80 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #4150bd hue: 0.65 , saturation: 0.49 and the lightness value of 4150bd is 0.50.

The process color (four color CMYK) of #4150bd color hex is 0.66, 0.58, 0.00, 0.26. Web safe color of #4150bd is #3366cc. Color #4150bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01010000 10111101
Octal 101 120 275
Decimal 65 80 189
Hex 41 50 BD

RGB Percentages of Color #4150bd

%19.46
%23.95
%56.59

CMYK Percentages of Color #4150bd

%66
%58
%0
%26

Triadic Colors of #4150bd

#4150bd #bd4150 #50bd41

Analogous Colors of #4150bd

#4150bd #7041bd #418ebd

Monochromatic Colors of #4150bd

#4150bd

Complementary Color

#4150bd #bdae41

#4150bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4150bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4150bd Color CSS Codes

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

#4150bd Text Font Color

<p style="color:#4150bd">Text here</p>

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


#4150bd Background Color

<div style="background-color:#4150bd">
Div content here</div>

This div background color is #4150bd


#4150bd Border Color

<div style="border:3px solid #4150bd">
Div here</div>

This div border color is #4150bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,80,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4150bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4150bd;
  -webkit-box-shadow: 1px 1px 3px 2px #4150bd;
  box-shadow:         1px 1px 3px 2px #4150bd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4150bd


Comments

No comments written yet.

Please login to write comment.