Color Hex Logo

#4450dd Color Hex

#4450DD
(68,80,221)
0 Favorites   0 Comments

Color spaces of #4450dd

RGB 6880221
HSL0.650.690.57
HSV235°69°87°
CMYK 0.690.640.00   0.13
XYZ18.303712.186769.7942
Yxy12.18670.18250.1215
Hunter Lab34.909532.4994-94.1014
CIE-Lab41.511340.8441-73.2872

#4450dd color RGB value is (68,80,221).

#4450dd hex color red value is 68, green value is 80 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #4450dd hue: 0.65 , saturation: 0.69 and the lightness value of 4450dd is 0.57.

The process color (four color CMYK) of #4450dd color hex is 0.69, 0.64, 0.00, 0.13. Web safe color of #4450dd is #3366cc. Color #4450dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01010000 11011101
Octal 104 120 335
Decimal 68 80 221
Hex 44 50 DD

RGB Percentages of Color #4450dd

%18.43
%21.68
%59.89

CMYK Percentages of Color #4450dd

%69
%64
%0
%13

Triadic Colors of #4450dd

#4450dd #dd4450 #50dd44

Analogous Colors of #4450dd

#4450dd #8544dd #449ddd

Monochromatic Colors of #4450dd

#4450dd

Complementary Color

#4450dd #ddd144

#4450dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4450dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4450dd Color CSS Codes

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

#4450dd Text Font Color

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

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


#4450dd Background Color

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

This div background color is #4450dd


#4450dd Border Color

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

This div border color is #4450dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4450dd


Comments

No comments written yet.

Please login to write comment.