Color Hex Logo

#1821ce Color Hex

#1821CE
(24,33,206)
0 Favorites   0 Comments

Color spaces of #1821ce

RGB 2433206
HSL0.660.790.45
HSV237°88°81°
CMYK 0.880.840.00   0.19
XYZ12.06115.738158.8644
Yxy5.73810.15730.0748
Hunter Lab23.954347.9554-128.9288
CIE-Lab28.741958.4049-85.7863

#1821ce color RGB value is (24,33,206).

#1821ce hex color red value is 24, green value is 33 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #1821ce hue: 0.66 , saturation: 0.79 and the lightness value of 1821ce is 0.45.

The process color (four color CMYK) of #1821ce color hex is 0.88, 0.84, 0.00, 0.19. Web safe color of #1821ce is #0033cc. Color #1821ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 00100001 11001110
Octal 30 41 316
Decimal 24 33 206
Hex 18 21 CE

RGB Percentages of Color #1821ce

%9.13
%12.55
%78.33

CMYK Percentages of Color #1821ce

%88
%84
%0
%19

Triadic Colors of #1821ce

#1821ce #ce1821 #21ce18

Analogous Colors of #1821ce

#1821ce #6a18ce #187cce

Monochromatic Colors of #1821ce

#1821ce

Complementary Color

#1821ce #cec518

#1821ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1821ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#1821ce Color CSS Codes

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

#1821ce Text Font Color

<p style="color:#1821ce">Text here</p>

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


#1821ce Background Color

<div style="background-color:#1821ce">
Div content here</div>

This div background color is #1821ce


#1821ce Border Color

<div style="border:3px solid #1821ce">
Div here</div>

This div border color is #1821ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,33,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1821ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1821ce;
  -webkit-box-shadow: 1px 1px 3px 2px #1821ce;
  box-shadow:         1px 1px 3px 2px #1821ce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1821ce


Comments

No comments written yet.

Please login to write comment.