Color Hex Logo

#0389ce Color Hex

#0389CE
(3,137,206)
0 Favorites   0 Comments

Color spaces of #0389ce

RGB 3137206
HSL0.560.970.41
HSV200°99°81°
CMYK 0.990.330.00   0.19
XYZ20.123822.366961.6491
Yxy22.36690.19320.2148
Hunter Lab47.2937-6.8108-44.1812
CIE-Lab54.4141-5.5018-44.0535

#0389ce color RGB value is (3,137,206).

#0389ce hex color red value is 3, green value is 137 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #0389ce hue: 0.56 , saturation: 0.97 and the lightness value of 0389ce is 0.41.

The process color (four color CMYK) of #0389ce color hex is 0.99, 0.33, 0.00, 0.19. Web safe color of #0389ce is #0099cc. Color #0389ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 10001001 11001110
Octal 3 211 316
Decimal 3 137 206
Hex 3 89 CE

RGB Percentages of Color #0389ce

%0.87
%39.60
%59.54

CMYK Percentages of Color #0389ce

%99
%33
%0
%19

Triadic Colors of #0389ce

#0389ce #ce0389 #89ce03

Analogous Colors of #0389ce

#0389ce #0323ce #03ceae

Monochromatic Colors of #0389ce

#0389ce

Complementary Color

#0389ce #ce4803

#0389ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0389ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#0389ce Color CSS Codes

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

#0389ce Text Font Color

<p style="color:#0389ce">Text here</p>

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


#0389ce Background Color

<div style="background-color:#0389ce">
Div content here</div>

This div background color is #0389ce


#0389ce Border Color

<div style="border:3px solid #0389ce">
Div here</div>

This div border color is #0389ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,137,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0389ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0389ce;
  -webkit-box-shadow: 1px 1px 3px 2px #0389ce;
  box-shadow:         1px 1px 3px 2px #0389ce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0389ce


Comments

No comments written yet.

Please login to write comment.