Color Hex Logo

#4140bc Color Hex

#4140BC
(65,64,188)
0 Favorites   0 Comments

Color spaces of #4140bc

RGB 6564188
HSL0.670.490.49
HSV240°66°74°
CMYK 0.650.660.00   0.26
XYZ13.09058.421448.5125
Yxy8.42140.18690.1203
Hunter Lab29.019629.7353-78.8021
CIE-Lab34.845539.0500-65.0900

#4140bc color RGB value is (65,64,188).

#4140bc hex color red value is 65, green value is 64 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #4140bc hue: 0.67 , saturation: 0.49 and the lightness value of 4140bc is 0.49.

The process color (four color CMYK) of #4140bc color hex is 0.65, 0.66, 0.00, 0.26. Web safe color of #4140bc is #3333cc. Color #4140bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01000000 10111100
Octal 101 100 274
Decimal 65 64 188
Hex 41 40 BC

RGB Percentages of Color #4140bc

%20.50
%20.19
%59.31

CMYK Percentages of Color #4140bc

%65
%66
%0
%26

Triadic Colors of #4140bc

#4140bc #bc4140 #40bc41

Analogous Colors of #4140bc

#4140bc #7f40bc #407dbc

Monochromatic Colors of #4140bc

#4140bc

Complementary Color

#4140bc #bbbc40

#4140bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4140bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4140bc Color CSS Codes

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

#4140bc Text Font Color

<p style="color:#4140bc">Text here</p>

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


#4140bc Background Color

<div style="background-color:#4140bc">
Div content here</div>

This div background color is #4140bc


#4140bc Border Color

<div style="border:3px solid #4140bc">
Div here</div>

This div border color is #4140bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,64,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4140bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4140bc;
  -webkit-box-shadow: 1px 1px 3px 2px #4140bc;
  box-shadow:         1px 1px 3px 2px #4140bc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4140bc


Comments

No comments written yet.

Please login to write comment.