Color Hex Logo

#084ecd Color Hex

#084ECD
(8,78,205)
0 Favorites   0 Comments

Color spaces of #084ecd

RGB 878205
HSL0.610.920.42
HSV219°96°80°
CMYK 0.960.620.00   0.20
XYZ13.84409.908258.9404
Yxy9.90820.16740.1198
Hunter Lab31.477323.4207-88.9849
CIE-Lab37.677231.7068-70.4507

#084ecd color RGB value is (8,78,205).

#084ecd hex color red value is 8, green value is 78 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #084ecd hue: 0.61 , saturation: 0.92 and the lightness value of 084ecd is 0.42.

The process color (four color CMYK) of #084ecd color hex is 0.96, 0.62, 0.00, 0.20. Web safe color of #084ecd is #0066cc. Color #084ecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01001110 11001101
Octal 10 116 315
Decimal 8 78 205
Hex 8 4E CD

RGB Percentages of Color #084ecd

%2.75
%26.80
%70.45

CMYK Percentages of Color #084ecd

%96
%62
%0
%20

Triadic Colors of #084ecd

#084ecd #cd084e #4ecd08

Analogous Colors of #084ecd

#084ecd #2408cd #08b1cd

Monochromatic Colors of #084ecd

#084ecd

Complementary Color

#084ecd #cd8708

#084ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#084ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#084ecd Color CSS Codes

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

#084ecd Text Font Color

<p style="color:#084ecd">Text here</p>

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


#084ecd Background Color

<div style="background-color:#084ecd">
Div content here</div>

This div background color is #084ecd


#084ecd Border Color

<div style="border:3px solid #084ecd">
Div here</div>

This div border color is #084ecd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,78,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #084ecd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #084ecd;
  -webkit-box-shadow: 1px 1px 3px 2px #084ecd;
  box-shadow:         1px 1px 3px 2px #084ecd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(8,78,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #084ecd


Comments

No comments written yet.

Please login to write comment.