Color Hex Logo

#1850dc Color Hex

#1850DC
(24,80,220)
0 Favorites   0 Comments

Color spaces of #1850dc

RGB 2480220
HSL0.620.800.48
HSV223°89°86°
CMYK 0.890.640.00   0.14
XYZ16.163611.098869.0005
Yxy11.09880.16790.1153
Hunter Lab33.314928.3031-99.4788
CIE-Lab39.746436.7288-75.6740

#1850dc color RGB value is (24,80,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 01010000 11011100
Octal 30 120 334
Decimal 24 80 220
Hex 18 50 DC

RGB Percentages of Color #1850dc

%7.41
%24.69
%67.90

CMYK Percentages of Color #1850dc

%89
%64
%0
%14

Triadic Colors of #1850dc

#1850dc #dc1850 #50dc18

Analogous Colors of #1850dc

#1850dc #4218dc #18b2dc

Monochromatic Colors of #1850dc

#1850dc

Complementary Color

#1850dc #dca418

#1850dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1850dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1850dc Color CSS Codes

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

#1850dc Text Font Color

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

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


#1850dc Background Color

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

This div background color is #1850dc


#1850dc Border Color

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

This div border color is #1850dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1850dc


Comments

No comments written yet.

Please login to write comment.