Color Hex Logo

#4184dc Color Hex

#4184DC
(65,132,220)
0 Favorites   0 Comments

Color spaces of #4184dc

RGB 65132220
HSL0.590.690.56
HSV214°70°86°
CMYK 0.700.400.00   0.14
XYZ23.349522.793770.8791
Yxy22.79370.19950.1948
Hunter Lab47.74273.7490-54.6023
CIE-Lab54.85927.7205-51.1625

#4184dc color RGB value is (65,132,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 10000100 11011100
Octal 101 204 334
Decimal 65 132 220
Hex 41 84 DC

RGB Percentages of Color #4184dc

%15.59
%31.65
%52.76

CMYK Percentages of Color #4184dc

%70
%40
%0
%14

Triadic Colors of #4184dc

#4184dc #dc4184 #84dc41

Analogous Colors of #4184dc

#4184dc #4b41dc #41d2dc

Monochromatic Colors of #4184dc

#4184dc

Complementary Color

#4184dc #dc9941

#4184dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4184dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4184dc Color CSS Codes

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

#4184dc Text Font Color

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

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


#4184dc Background Color

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

This div background color is #4184dc


#4184dc Border Color

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

This div border color is #4184dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4184dc


Comments

No comments written yet.

Please login to write comment.