Color Hex Logo

#4291dd Color Hex

#4291DD
(66,145,221)
0 Favorites   0 Comments

Color spaces of #4291dd

RGB 66145221
HSL0.580.700.56
HSV209°70°87°
CMYK 0.700.340.00   0.13
XYZ25.423326.629572.2067
Yxy26.62950.20460.2143
Hunter Lab51.6038-2.3662-46.8390
CIE-Lab58.62980.4770-45.7370

#4291dd color RGB value is (66,145,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10010001 11011101
Octal 102 221 335
Decimal 66 145 221
Hex 42 91 DD

RGB Percentages of Color #4291dd

%15.28
%33.56
%51.16

CMYK Percentages of Color #4291dd

%70
%34
%0
%13

Triadic Colors of #4291dd

#4291dd #dd4291 #91dd42

Analogous Colors of #4291dd

#4291dd #4244dd #42dddc

Monochromatic Colors of #4291dd

#4291dd

Complementary Color

#4291dd #dd8e42

#4291dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4291dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4291dd Color CSS Codes

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

#4291dd Text Font Color

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

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


#4291dd Background Color

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

This div background color is #4291dd


#4291dd Border Color

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

This div border color is #4291dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,145,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 #4291dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4291dd


Comments

No comments written yet.

Please login to write comment.