Color Hex Logo

#039cd8 Color Hex

#039CD8
(3,156,216)
0 Favorites   0 Comments

Color spaces of #039cd8

RGB 3156216
HSL0.550.970.43
HSV197°99°85°
CMYK 0.990.280.00   0.15
XYZ24.320728.754269.2340
Yxy28.75420.19880.2351
Hunter Lab53.6229-12.8814-39.0148
CIE-Lab60.5641-12.5867-39.9750

#039cd8 color RGB value is (3,156,216).

#039cd8 hex color red value is 3, green value is 156 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #039cd8 hue: 0.55 , saturation: 0.97 and the lightness value of 039cd8 is 0.43.

The process color (four color CMYK) of #039cd8 color hex is 0.99, 0.28, 0.00, 0.15. Web safe color of #039cd8 is #0099cc. Color #039cd8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 10011100 11011000
Octal 3 234 330
Decimal 3 156 216
Hex 3 9C D8

RGB Percentages of Color #039cd8

%0.80
%41.60
%57.60

CMYK Percentages of Color #039cd8

%99
%28
%0
%15

Triadic Colors of #039cd8

#039cd8 #d8039c #9cd803

Analogous Colors of #039cd8

#039cd8 #0331d8 #03d8aa

Monochromatic Colors of #039cd8

#039cd8

Complementary Color

#039cd8 #d83f03

#039cd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#039cd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#039cd8 Color CSS Codes

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

#039cd8 Text Font Color

<p style="color:#039cd8">Text here</p>

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


#039cd8 Background Color

<div style="background-color:#039cd8">
Div content here</div>

This div background color is #039cd8


#039cd8 Border Color

<div style="border:3px solid #039cd8">
Div here</div>

This div border color is #039cd8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,156,216, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #039cd8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #039cd8;
  -webkit-box-shadow: 1px 1px 3px 2px #039cd8;
  box-shadow:         1px 1px 3px 2px #039cd8; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(3,156,216, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #039cd8


Comments

No comments written yet.

Please login to write comment.