Color Hex Logo

#1137fd Color Hex

#1137FD
(17,55,253)
0 Favorites   0 Comments

Color spaces of #1137fd

RGB 1755253
HSL0.640.980.53
HSV230°93°99°
CMYK 0.930.780.00   0.01
XYZ19.32709.943493.8291
Yxy9.94340.15700.0808
Hunter Lab31.533254.2215-154.3483
CIE-Lab37.740762.3805-97.6658

#1137fd color RGB value is (17,55,253).

#1137fd hex color red value is 17, green value is 55 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #1137fd hue: 0.64 , saturation: 0.98 and the lightness value of 1137fd is 0.53.

The process color (four color CMYK) of #1137fd color hex is 0.93, 0.78, 0.00, 0.01. Web safe color of #1137fd is #0033ff. Color #1137fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00110111 11111101
Octal 21 67 375
Decimal 17 55 253
Hex 11 37 FD

RGB Percentages of Color #1137fd

%5.23
%16.92
%77.85

CMYK Percentages of Color #1137fd

%93
%78
%0
%1

Triadic Colors of #1137fd

#1137fd #fd1137 #37fd11

Analogous Colors of #1137fd

#1137fd #6111fd #11adfd

Monochromatic Colors of #1137fd

#1137fd

Complementary Color

#1137fd #fdd711

#1137fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1137fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1137fd Color CSS Codes

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

#1137fd Text Font Color

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

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


#1137fd Background Color

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

This div background color is #1137fd


#1137fd Border Color

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

This div border color is #1137fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,55,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1137fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1137fd;
  -webkit-box-shadow: 1px 1px 3px 2px #1137fd;
  box-shadow:         1px 1px 3px 2px #1137fd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1137fd


Comments

No comments written yet.

Please login to write comment.