Color Hex Logo

#4081dd Color Hex

#4081DD
(64,129,221)
0 Favorites   0 Comments

Color spaces of #4081dd

RGB 64129221
HSL0.600.700.56
HSV215°71°87°
CMYK 0.710.420.00   0.13
XYZ23.015822.011071.4421
Yxy22.01100.19760.1890
Hunter Lab46.91595.4650-57.4439
CIE-Lab54.03879.7583-53.0350

#4081dd color RGB value is (64,129,221).

#4081dd hex color red value is 64, green value is 129 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #4081dd hue: 0.60 , saturation: 0.70 and the lightness value of 4081dd is 0.56.

The process color (four color CMYK) of #4081dd color hex is 0.71, 0.42, 0.00, 0.13. Web safe color of #4081dd is #3399cc. Color #4081dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10000001 11011101
Octal 100 201 335
Decimal 64 129 221
Hex 40 81 DD

RGB Percentages of Color #4081dd

%15.46
%31.16
%53.38

CMYK Percentages of Color #4081dd

%71
%42
%0
%13

Triadic Colors of #4081dd

#4081dd #dd4081 #81dd40

Analogous Colors of #4081dd

#4081dd #4d40dd #40d0dd

Monochromatic Colors of #4081dd

#4081dd

Complementary Color

#4081dd #dd9c40

#4081dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4081dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4081dd Color CSS Codes

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

#4081dd Text Font Color

<p style="color:#4081dd">Text here</p>

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


#4081dd Background Color

<div style="background-color:#4081dd">
Div content here</div>

This div background color is #4081dd


#4081dd Border Color

<div style="border:3px solid #4081dd">
Div here</div>

This div border color is #4081dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,129,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4081dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4081dd;
  -webkit-box-shadow: 1px 1px 3px 2px #4081dd;
  box-shadow:         1px 1px 3px 2px #4081dd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4081dd


Comments

No comments written yet.

Please login to write comment.