Color Hex Logo

#4484cd Color Hex

#4484CD
(68,132,205)
0 Favorites   0 Comments

Color spaces of #4484cd

RGB 68132205
HSL0.590.580.54
HSV212°67°80°
CMYK 0.670.360.00   0.20
XYZ21.654622.139260.8896
Yxy22.13920.20690.2115
Hunter Lab47.0523-0.1916-43.7896
CIE-Lab54.17442.9042-43.7846

#4484cd color RGB value is (68,132,205).

#4484cd hex color red value is 68, green value is 132 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #4484cd hue: 0.59 , saturation: 0.58 and the lightness value of 4484cd is 0.54.

The process color (four color CMYK) of #4484cd color hex is 0.67, 0.36, 0.00, 0.20. Web safe color of #4484cd is #3399cc. Color #4484cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10000100 11001101
Octal 104 204 315
Decimal 68 132 205
Hex 44 84 CD

RGB Percentages of Color #4484cd

%16.79
%32.59
%50.62

CMYK Percentages of Color #4484cd

%67
%36
%0
%20

Triadic Colors of #4484cd

#4484cd #cd4484 #84cd44

Analogous Colors of #4484cd

#4484cd #4844cd #44c9cd

Monochromatic Colors of #4484cd

#4484cd

Complementary Color

#4484cd #cd8d44

#4484cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4484cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4484cd Color CSS Codes

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

#4484cd Text Font Color

<p style="color:#4484cd">Text here</p>

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


#4484cd Background Color

<div style="background-color:#4484cd">
Div content here</div>

This div background color is #4484cd


#4484cd Border Color

<div style="border:3px solid #4484cd">
Div here</div>

This div border color is #4484cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,132,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4484cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4484cd;
  -webkit-box-shadow: 1px 1px 3px 2px #4484cd;
  box-shadow:         1px 1px 3px 2px #4484cd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,132,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4484cd


Comments

No comments written yet.

Please login to write comment.