Color Hex Logo

#11037d Color Hex

#11037D
(17,3,125)
1 Favorites   0 Comments

Color spaces of #11037d

RGB 173125
HSL0.690.950.25
HSV247°98°49°
CMYK 0.860.980.00   0.51
XYZ3.96541.665019.5144
Yxy1.66500.15770.0662
Hunter Lab12.903532.2741-80.6339
CIE-Lab13.620845.7392-61.6915

#11037d color RGB value is (17,3,125).

#11037d hex color red value is 17, green value is 3 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #11037d hue: 0.69 , saturation: 0.95 and the lightness value of 11037d is 0.25.

The process color (four color CMYK) of #11037d color hex is 0.86, 0.98, 0.00, 0.51. Web safe color of #11037d is #000066. Color #11037d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00000011 01111101
Octal 21 3 175
Decimal 17 3 125
Hex 11 3 7D

RGB Percentages of Color #11037d

%11.72
%2.07
%86.21

CMYK Percentages of Color #11037d

%86
%98
%0
%51

Triadic Colors of #11037d

#11037d #7d1103 #037d11

Analogous Colors of #11037d

#11037d #4e037d #03327d

Monochromatic Colors of #11037d

#11037d

Complementary Color

#11037d #6f7d03

#11037d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11037d Color Preview on White Background

Lorem ipsum dolor sit amet.

#11037d Color CSS Codes

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

#11037d Text Font Color

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

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


#11037d Background Color

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

This div background color is #11037d


#11037d Border Color

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

This div border color is #11037d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,3,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #11037d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #11037d;
  -webkit-box-shadow: 1px 1px 3px 2px #11037d;
  box-shadow:         1px 1px 3px 2px #11037d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11037d


Comments

No comments written yet.

Please login to write comment.