Color Hex Logo

#4283dd Color Hex

#4283DD
(66,131,221)
0 Favorites   0 Comments

Color spaces of #4283dd

RGB 66131221
HSL0.600.700.56
HSV215°70°87°
CMYK 0.700.410.00   0.13
XYZ23.414222.611371.5370
Yxy22.61130.19920.1923
Hunter Lab47.55134.6783-55.9109
CIE-Lab54.66978.8263-52.0239

#4283dd color RGB value is (66,131,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10000011 11011101
Octal 102 203 335
Decimal 66 131 221
Hex 42 83 DD

RGB Percentages of Color #4283dd

%15.79
%31.34
%52.87

CMYK Percentages of Color #4283dd

%70
%41
%0
%13

Triadic Colors of #4283dd

#4283dd #dd4283 #83dd42

Analogous Colors of #4283dd

#4283dd #4f42dd #42d1dd

Monochromatic Colors of #4283dd

#4283dd

Complementary Color

#4283dd #dd9c42

#4283dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4283dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4283dd Color CSS Codes

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

#4283dd Text Font Color

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

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


#4283dd Background Color

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

This div background color is #4283dd


#4283dd Border Color

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

This div border color is #4283dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,131,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4283dd


Comments

No comments written yet.

Please login to write comment.