Color Hex Logo

#1812ee Color Hex

#1812EE
(24,18,238)
0 Favorites   0 Comments

Color spaces of #1812ee

RGB 2418238
HSL0.670.870.50
HSV242°92°93°
CMYK 0.900.920.00   0.07
XYZ16.02566.799881.3568
Yxy6.79980.15380.0653
Hunter Lab26.076464.0657-166.7276
CIE-Lab31.346772.1436-99.8529

#1812ee color RGB value is (24,18,238).

#1812ee hex color red value is 24, green value is 18 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #1812ee hue: 0.67 , saturation: 0.87 and the lightness value of 1812ee is 0.50.

The process color (four color CMYK) of #1812ee color hex is 0.90, 0.92, 0.00, 0.07. Web safe color of #1812ee is #0000ff. Color #1812ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 00010010 11101110
Octal 30 22 356
Decimal 24 18 238
Hex 18 12 EE

RGB Percentages of Color #1812ee

%8.57
%6.43
%85.00

CMYK Percentages of Color #1812ee

%90
%92
%0
%7

Triadic Colors of #1812ee

#1812ee #ee1812 #12ee18

Analogous Colors of #1812ee

#1812ee #8612ee #127aee

Monochromatic Colors of #1812ee

#1812ee

Complementary Color

#1812ee #e8ee12

#1812ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1812ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#1812ee Color CSS Codes

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

#1812ee Text Font Color

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

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


#1812ee Background Color

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

This div background color is #1812ee


#1812ee Border Color

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

This div border color is #1812ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,18,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1812ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1812ee;
  -webkit-box-shadow: 1px 1px 3px 2px #1812ee;
  box-shadow:         1px 1px 3px 2px #1812ee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1812ee


Comments

No comments written yet.

Please login to write comment.