Color Hex Logo

#4250df Color Hex

#4250DF
(66,80,223)
0 Favorites   0 Comments

Color spaces of #4250df

RGB 6680223
HSL0.650.710.57
HSV235°70°87°
CMYK 0.700.640.00   0.13
XYZ18.434712.223371.1998
Yxy12.22330.18100.1200
Hunter Lab34.961832.9364-96.2708
CIE-Lab41.568841.2833-74.3380

#4250df color RGB value is (66,80,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01010000 11011111
Octal 102 120 337
Decimal 66 80 223
Hex 42 50 DF

RGB Percentages of Color #4250df

%17.89
%21.68
%60.43

CMYK Percentages of Color #4250df

%70
%64
%0
%13

Triadic Colors of #4250df

#4250df #df4250 #50df42

Analogous Colors of #4250df

#4250df #8342df #429fdf

Monochromatic Colors of #4250df

#4250df

Complementary Color

#4250df #dfd142

#4250df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4250df Color Preview on White Background

Lorem ipsum dolor sit amet.

#4250df Color CSS Codes

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

#4250df Text Font Color

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

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


#4250df Background Color

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

This div background color is #4250df


#4250df Border Color

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

This div border color is #4250df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4250df


Comments

No comments written yet.

Please login to write comment.