Color Hex Logo

#1838ea Color Hex

#1838EA
(24,56,234)
0 Favorites   0 Comments

Color spaces of #1838ea

RGB 2456234
HSL0.640.830.51
HSV231°90°92°
CMYK 0.900.760.00   0.08
XYZ16.64218.963078.6948
Yxy8.96300.15960.0859
Hunter Lab29.938346.8327-134.8911
CIE-Lab35.913055.9592-89.9787

#1838ea color RGB value is (24,56,234).

#1838ea hex color red value is 24, green value is 56 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #1838ea hue: 0.64 , saturation: 0.83 and the lightness value of 1838ea is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 00111000 11101010
Octal 30 70 352
Decimal 24 56 234
Hex 18 38 EA

RGB Percentages of Color #1838ea

%7.64
%17.83
%74.52

CMYK Percentages of Color #1838ea

%90
%76
%0
%8

Triadic Colors of #1838ea

#1838ea #ea1838 #38ea18

Analogous Colors of #1838ea

#1838ea #6118ea #18a1ea

Monochromatic Colors of #1838ea

#1838ea

Complementary Color

#1838ea #eaca18

#1838ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1838ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#1838ea Color CSS Codes

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

#1838ea Text Font Color

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

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


#1838ea Background Color

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

This div background color is #1838ea


#1838ea Border Color

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

This div border color is #1838ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(24,56,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 #1838ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1838ea


Comments

No comments written yet.

Please login to write comment.