Color Hex Logo

#035893 Color Hex

#035893
(3,88,147)
0 Favorites   0 Comments

Color spaces of #035893

RGB 388147
HSL0.570.960.29
HSV205°98°58°
CMYK 0.980.400.00   0.42
XYZ8.79379.105428.8978
Yxy9.10540.18790.1946
Hunter Lab30.1752-0.7877-35.6576
CIE-Lab36.18641.2004-38.5515

#035893 color RGB value is (3,88,147).

#035893 hex color red value is 3, green value is 88 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #035893 hue: 0.57 , saturation: 0.96 and the lightness value of 035893 is 0.29.

The process color (four color CMYK) of #035893 color hex is 0.98, 0.40, 0.00, 0.42. Web safe color of #035893 is #006699. Color #035893 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 01011000 10010011
Octal 3 130 223
Decimal 3 88 147
Hex 3 58 93

RGB Percentages of Color #035893

%1.26
%36.97
%61.76

CMYK Percentages of Color #035893

%98
%40
%0
%42

Triadic Colors of #035893

#035893 #930358 #589303

Analogous Colors of #035893

#035893 #031093 #039386

Monochromatic Colors of #035893

#035893

Complementary Color

#035893 #933e03

#035893 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#035893 Color Preview on White Background

Lorem ipsum dolor sit amet.

#035893 Color CSS Codes

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

#035893 Text Font Color

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

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


#035893 Background Color

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

This div background color is #035893


#035893 Border Color

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

This div border color is #035893


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,88,147, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #035893; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #035893;
  -webkit-box-shadow: 1px 1px 3px 2px #035893;
  box-shadow:         1px 1px 3px 2px #035893; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #035893


Comments

No comments written yet.

Please login to write comment.