Color Hex Logo

#1828dc Color Hex

#1828DC
(24,40,220)
0 Favorites   0 Comments

Color spaces of #1828dc

RGB 2440220
HSL0.650.800.48
HSV235°89°86°
CMYK 0.890.820.00   0.14
XYZ14.05376.879168.2972
Yxy6.87910.15750.0771
Hunter Lab26.228049.7461-136.0301
CIE-Lab31.530159.5245-89.2544

#1828dc color RGB value is (24,40,220).

#1828dc hex color red value is 24, green value is 40 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #1828dc hue: 0.65 , saturation: 0.80 and the lightness value of 1828dc is 0.48.

The process color (four color CMYK) of #1828dc color hex is 0.89, 0.82, 0.00, 0.14. Web safe color of #1828dc is #0033cc. Color #1828dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 00101000 11011100
Octal 30 50 334
Decimal 24 40 220
Hex 18 28 DC

RGB Percentages of Color #1828dc

%8.45
%14.08
%77.46

CMYK Percentages of Color #1828dc

%89
%82
%0
%14

Triadic Colors of #1828dc

#1828dc #dc1828 #28dc18

Analogous Colors of #1828dc

#1828dc #6a18dc #188adc

Monochromatic Colors of #1828dc

#1828dc

Complementary Color

#1828dc #dccc18

#1828dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1828dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1828dc Color CSS Codes

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

#1828dc Text Font Color

<p style="color:#1828dc">Text here</p>

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


#1828dc Background Color

<div style="background-color:#1828dc">
Div content here</div>

This div background color is #1828dc


#1828dc Border Color

<div style="border:3px solid #1828dc">
Div here</div>

This div border color is #1828dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,40,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1828dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1828dc;
  -webkit-box-shadow: 1px 1px 3px 2px #1828dc;
  box-shadow:         1px 1px 3px 2px #1828dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1828dc


Comments

No comments written yet.

Please login to write comment.