Color Hex Logo

#4270df Color Hex

#4270DF
(66,112,223)
0 Favorites   0 Comments

Color spaces of #4270df

RGB 66112223
HSL0.620.710.57
HSV222°70°87°
CMYK 0.700.500.00   0.13
XYZ21.360218.074372.1749
Yxy18.07430.19140.1619
Hunter Lab42.513915.2843-70.8956
CIE-Lab49.586121.2911-61.3040

#4270df color RGB value is (66,112,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01110000 11011111
Octal 102 160 337
Decimal 66 112 223
Hex 42 70 DF

RGB Percentages of Color #4270df

%16.46
%27.93
%55.61

CMYK Percentages of Color #4270df

%70
%50
%0
%13

Triadic Colors of #4270df

#4270df #df4270 #70df42

Analogous Colors of #4270df

#4270df #6242df #42bfdf

Monochromatic Colors of #4270df

#4270df

Complementary Color

#4270df #dfb142

#4270df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4270df Color Preview on White Background

Lorem ipsum dolor sit amet.

#4270df Color CSS Codes

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

#4270df Text Font Color

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

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


#4270df Background Color

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

This div background color is #4270df


#4270df Border Color

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

This div border color is #4270df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4270df


Comments

No comments written yet.

Please login to write comment.