Color Hex Logo

#4572df Color Hex

#4572DF
(69,114,223)
0 Favorites   0 Comments

Color spaces of #4572df

RGB 69114223
HSL0.620.710.57
HSV222°69°87°
CMYK 0.690.490.00   0.13
XYZ21.790818.627572.2590
Yxy18.62750.19340.1653
Hunter Lab43.159614.5934-69.0533
CIE-Lab50.248520.4649-60.2296

#4572df color RGB value is (69,114,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000101 01110010 11011111
Octal 105 162 337
Decimal 69 114 223
Hex 45 72 DF

RGB Percentages of Color #4572df

%17.00
%28.08
%54.93

CMYK Percentages of Color #4572df

%69
%49
%0
%13

Triadic Colors of #4572df

#4572df #df4572 #72df45

Analogous Colors of #4572df

#4572df #6545df #45bfdf

Monochromatic Colors of #4572df

#4572df

Complementary Color

#4572df #dfb245

#4572df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4572df Color Preview on White Background

Lorem ipsum dolor sit amet.

#4572df Color CSS Codes

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

#4572df Text Font Color

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

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


#4572df Background Color

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

This div background color is #4572df


#4572df Border Color

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

This div border color is #4572df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(69,114,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 #4572df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4572df


Comments

No comments written yet.

Please login to write comment.