Color Hex Logo

#1820ef Color Hex

#1820EF
(24,32,239)
0 Favorites   0 Comments

Color spaces of #1820ef

RGB 2432239
HSL0.660.870.52
HSV238°90°94°
CMYK 0.900.870.00   0.06
XYZ16.47327.459282.2329
Yxy7.45920.15520.0703
Hunter Lab27.311559.8687-159.3995
CIE-Lab32.830268.2973-97.9443

#1820ef color RGB value is (24,32,239).

#1820ef hex color red value is 24, green value is 32 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #1820ef hue: 0.66 , saturation: 0.87 and the lightness value of 1820ef is 0.52.

The process color (four color CMYK) of #1820ef color hex is 0.90, 0.87, 0.00, 0.06. Web safe color of #1820ef is #0033ff. Color #1820ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 00100000 11101111
Octal 30 40 357
Decimal 24 32 239
Hex 18 20 EF

RGB Percentages of Color #1820ef

%8.14
%10.85
%81.02

CMYK Percentages of Color #1820ef

%90
%87
%0
%6

Triadic Colors of #1820ef

#1820ef #ef1820 #20ef18

Analogous Colors of #1820ef

#1820ef #7c18ef #188cef

Monochromatic Colors of #1820ef

#1820ef

Complementary Color

#1820ef #efe718

#1820ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1820ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#1820ef Color CSS Codes

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

#1820ef Text Font Color

<p style="color:#1820ef">Text here</p>

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


#1820ef Background Color

<div style="background-color:#1820ef">
Div content here</div>

This div background color is #1820ef


#1820ef Border Color

<div style="border:3px solid #1820ef">
Div here</div>

This div border color is #1820ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,32,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1820ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1820ef;
  -webkit-box-shadow: 1px 1px 3px 2px #1820ef;
  box-shadow:         1px 1px 3px 2px #1820ef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1820ef


Comments

No comments written yet.

Please login to write comment.