Color Hex Logo

#4282dc Color Hex

#4282DC
(66,130,220)
0 Favorites   0 Comments

Color spaces of #4282dc

RGB 66130220
HSL0.600.690.56
HSV215°70°86°
CMYK 0.700.410.00   0.14
XYZ23.147722.290870.7927
Yxy22.29080.19920.1918
Hunter Lab47.21314.8922-55.8519
CIE-Lab54.33429.0787-51.9973

#4282dc color RGB value is (66,130,220).

#4282dc hex color red value is 66, green value is 130 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #4282dc hue: 0.60 , saturation: 0.69 and the lightness value of 4282dc is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10000010 11011100
Octal 102 202 334
Decimal 66 130 220
Hex 42 82 DC

RGB Percentages of Color #4282dc

%15.87
%31.25
%52.88

CMYK Percentages of Color #4282dc

%70
%41
%0
%14

Triadic Colors of #4282dc

#4282dc #dc4282 #82dc42

Analogous Colors of #4282dc

#4282dc #4f42dc #42cfdc

Monochromatic Colors of #4282dc

#4282dc

Complementary Color

#4282dc #dc9c42

#4282dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4282dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4282dc Color CSS Codes

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

#4282dc Text Font Color

<p style="color:#4282dc">Text here</p>

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


#4282dc Background Color

<div style="background-color:#4282dc">
Div content here</div>

This div background color is #4282dc


#4282dc Border Color

<div style="border:3px solid #4282dc">
Div here</div>

This div border color is #4282dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,130,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4282dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4282dc;
  -webkit-box-shadow: 1px 1px 3px 2px #4282dc;
  box-shadow:         1px 1px 3px 2px #4282dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4282dc


Comments

No comments written yet.

Please login to write comment.