Color Hex Logo

#083cda Color Hex

#083CDA
(8,60,218)
0 Favorites   0 Comments

Color spaces of #083cda

RGB 860218
HSL0.630.930.44
HSV225°96°85°
CMYK 0.960.720.00   0.15
XYZ14.37098.345367.1830
Yxy8.34530.15990.0928
Hunter Lab28.888238.2432-117.6641
CIE-Lab34.691947.8703-82.8669

#083cda color RGB value is (8,60,218).

#083cda hex color red value is 8, green value is 60 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #083cda hue: 0.63 , saturation: 0.93 and the lightness value of 083cda is 0.44.

The process color (four color CMYK) of #083cda color hex is 0.96, 0.72, 0.00, 0.15. Web safe color of #083cda is #0033cc. Color #083cda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00111100 11011010
Octal 10 74 332
Decimal 8 60 218
Hex 8 3C DA

RGB Percentages of Color #083cda

%2.80
%20.98
%76.22

CMYK Percentages of Color #083cda

%96
%72
%0
%15

Triadic Colors of #083cda

#083cda #da083c #3cda08

Analogous Colors of #083cda

#083cda #3d08da #08a5da

Monochromatic Colors of #083cda

#083cda

Complementary Color

#083cda #daa608

#083cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#083cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#083cda Color CSS Codes

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

#083cda Text Font Color

<p style="color:#083cda">Text here</p>

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


#083cda Background Color

<div style="background-color:#083cda">
Div content here</div>

This div background color is #083cda


#083cda Border Color

<div style="border:3px solid #083cda">
Div here</div>

This div border color is #083cda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,60,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #083cda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #083cda;
  -webkit-box-shadow: 1px 1px 3px 2px #083cda;
  box-shadow:         1px 1px 3px 2px #083cda; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #083cda


Comments

No comments written yet.

Please login to write comment.