Color Hex Logo

#1125ea Color Hex

#1125EA
(17,37,234)
0 Favorites   0 Comments

Color spaces of #1125ea

RGB 1737234
HSL0.650.860.49
HSV234°93°92°
CMYK 0.930.840.00   0.08
XYZ15.74407.382878.4371
Yxy7.38280.15500.0727
Hunter Lab27.171355.8793-152.1362
CIE-Lab32.662964.8428-95.3861

#1125ea color RGB value is (17,37,234).

#1125ea hex color red value is 17, green value is 37 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #1125ea hue: 0.65 , saturation: 0.86 and the lightness value of 1125ea is 0.49.

The process color (four color CMYK) of #1125ea color hex is 0.93, 0.84, 0.00, 0.08. Web safe color of #1125ea is #0033ff. Color #1125ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00100101 11101010
Octal 21 45 352
Decimal 17 37 234
Hex 11 25 EA

RGB Percentages of Color #1125ea

%5.90
%12.85
%81.25

CMYK Percentages of Color #1125ea

%93
%84
%0
%8

Triadic Colors of #1125ea

#1125ea #ea1125 #25ea11

Analogous Colors of #1125ea

#1125ea #6a11ea #1192ea

Monochromatic Colors of #1125ea

#1125ea

Complementary Color

#1125ea #ead611

#1125ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1125ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#1125ea Color CSS Codes

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

#1125ea Text Font Color

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

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


#1125ea Background Color

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

This div background color is #1125ea


#1125ea Border Color

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

This div border color is #1125ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,37,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1125ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1125ea;
  -webkit-box-shadow: 1px 1px 3px 2px #1125ea;
  box-shadow:         1px 1px 3px 2px #1125ea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1125ea


Comments

No comments written yet.

Please login to write comment.