Color Hex Logo

#4277dc Color Hex

#4277DC
(66,119,220)
0 Favorites   0 Comments

Color spaces of #4277dc

RGB 66119220
HSL0.610.690.56
HSV219°70°86°
CMYK 0.700.460.00   0.14
XYZ21.761919.519270.3308
Yxy19.51920.19500.1749
Hunter Lab44.180510.6074-63.4571
CIE-Lab51.289215.8439-56.8696

#4277dc color RGB value is (66,119,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01110111 11011100
Octal 102 167 334
Decimal 66 119 220
Hex 42 77 DC

RGB Percentages of Color #4277dc

%16.30
%29.38
%54.32

CMYK Percentages of Color #4277dc

%70
%46
%0
%14

Triadic Colors of #4277dc

#4277dc #dc4277 #77dc42

Analogous Colors of #4277dc

#4277dc #5a42dc #42c4dc

Monochromatic Colors of #4277dc

#4277dc

Complementary Color

#4277dc #dca742

#4277dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4277dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4277dc Color CSS Codes

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

#4277dc Text Font Color

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

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


#4277dc Background Color

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

This div background color is #4277dc


#4277dc Border Color

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

This div border color is #4277dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4277dc


Comments

No comments written yet.

Please login to write comment.