Color Hex Logo

#4455df Color Hex

#4455DF
(68,85,223)
0 Favorites   0 Comments

Color spaces of #4455df

RGB 6885223
HSL0.650.710.57
HSV233°70°87°
CMYK 0.700.620.00   0.13
XYZ18.951713.053771.3328
Yxy13.05370.18340.1263
Hunter Lab36.129930.4036-91.7678
CIE-Lab42.844038.4675-72.2474

#4455df color RGB value is (68,85,223).

#4455df hex color red value is 68, green value is 85 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #4455df hue: 0.65 , saturation: 0.71 and the lightness value of 4455df is 0.57.

The process color (four color CMYK) of #4455df color hex is 0.70, 0.62, 0.00, 0.13. Web safe color of #4455df is #3366cc. Color #4455df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01010101 11011111
Octal 104 125 337
Decimal 68 85 223
Hex 44 55 DF

RGB Percentages of Color #4455df

%18.09
%22.61
%59.31

CMYK Percentages of Color #4455df

%70
%62
%0
%13

Triadic Colors of #4455df

#4455df #df4455 #55df44

Analogous Colors of #4455df

#4455df #8144df #44a3df

Monochromatic Colors of #4455df

#4455df

Complementary Color

#4455df #dfce44

#4455df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4455df Color Preview on White Background

Lorem ipsum dolor sit amet.

#4455df Color CSS Codes

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

#4455df Text Font Color

<p style="color:#4455df">Text here</p>

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


#4455df Background Color

<div style="background-color:#4455df">
Div content here</div>

This div background color is #4455df


#4455df Border Color

<div style="border:3px solid #4455df">
Div here</div>

This div border color is #4455df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,85,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4455df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4455df;
  -webkit-box-shadow: 1px 1px 3px 2px #4455df;
  box-shadow:         1px 1px 3px 2px #4455df; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4455df


Comments

No comments written yet.

Please login to write comment.