Color Hex Logo

#4283df Color Hex

#4283DF
(66,131,223)
0 Favorites   0 Comments

Color spaces of #4283df

RGB 66131223
HSL0.600.710.57
HSV215°70°87°
CMYK 0.700.410.00   0.13
XYZ23.682322.718672.9490
Yxy22.71860.19840.1904
Hunter Lab47.66405.2773-57.3775
CIE-Lab54.78139.5370-52.9680

#4283df color RGB value is (66,131,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10000011 11011111
Octal 102 203 337
Decimal 66 131 223
Hex 42 83 DF

RGB Percentages of Color #4283df

%15.71
%31.19
%53.10

CMYK Percentages of Color #4283df

%70
%41
%0
%13

Triadic Colors of #4283df

#4283df #df4283 #83df42

Analogous Colors of #4283df

#4283df #4f42df #42d2df

Monochromatic Colors of #4283df

#4283df

Complementary Color

#4283df #df9e42

#4283df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4283df Color Preview on White Background

Lorem ipsum dolor sit amet.

#4283df Color CSS Codes

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

#4283df Text Font Color

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

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


#4283df Background Color

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

This div background color is #4283df


#4283df Border Color

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

This div border color is #4283df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4283df


Comments

No comments written yet.

Please login to write comment.