Color Hex Logo

#182ed1 Color Hex

#182ED1
(24,46,209)
0 Favorites   0 Comments

Color spaces of #182ed1

RGB 2446209
HSL0.650.790.46
HSV233°89°82°
CMYK 0.890.780.00   0.18
XYZ12.86236.751660.9469
Yxy6.75160.15970.0838
Hunter Lab25.983842.8878-120.8801
CIE-Lab31.234653.1051-83.3876

#182ed1 color RGB value is (24,46,209).

#182ed1 hex color red value is 24, green value is 46 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #182ed1 hue: 0.65 , saturation: 0.79 and the lightness value of 182ed1 is 0.46.

The process color (four color CMYK) of #182ed1 color hex is 0.89, 0.78, 0.00, 0.18. Web safe color of #182ed1 is #0033cc. Color #182ed1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 00101110 11010001
Octal 30 56 321
Decimal 24 46 209
Hex 18 2E D1

RGB Percentages of Color #182ed1

%8.60
%16.49
%74.91

CMYK Percentages of Color #182ed1

%89
%78
%0
%18

Triadic Colors of #182ed1

#182ed1 #d1182e #2ed118

Analogous Colors of #182ed1

#182ed1 #5e18d1 #188bd1

Monochromatic Colors of #182ed1

#182ed1

Complementary Color

#182ed1 #d1bb18

#182ed1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#182ed1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#182ed1 Color CSS Codes

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

#182ed1 Text Font Color

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

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


#182ed1 Background Color

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

This div background color is #182ed1


#182ed1 Border Color

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

This div border color is #182ed1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,46,209, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #182ed1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #182ed1;
  -webkit-box-shadow: 1px 1px 3px 2px #182ed1;
  box-shadow:         1px 1px 3px 2px #182ed1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(24,46,209, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #182ed1


Comments

No comments written yet.

Please login to write comment.