Color Hex Logo

#1832db Color Hex

#1832DB
(24,50,219)
0 Favorites   0 Comments

Color spaces of #1832db

RGB 2450219
HSL0.640.800.48
HSV232°89°86°
CMYK 0.890.770.00   0.14
XYZ14.30357.589967.7289
Yxy7.58990.15960.0847
Hunter Lab27.549844.4629-126.4749
CIE-Lab33.113854.2555-86.0477

#1832db color RGB value is (24,50,219).

#1832db hex color red value is 24, green value is 50 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #1832db hue: 0.64 , saturation: 0.80 and the lightness value of 1832db is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 00110010 11011011
Octal 30 62 333
Decimal 24 50 219
Hex 18 32 DB

RGB Percentages of Color #1832db

%8.19
%17.06
%74.74

CMYK Percentages of Color #1832db

%89
%77
%0
%14

Triadic Colors of #1832db

#1832db #db1832 #32db18

Analogous Colors of #1832db

#1832db #6018db #1894db

Monochromatic Colors of #1832db

#1832db

Complementary Color

#1832db #dbc118

#1832db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1832db Color Preview on White Background

Lorem ipsum dolor sit amet.

#1832db Color CSS Codes

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

#1832db Text Font Color

<p style="color:#1832db">Text here</p>

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


#1832db Background Color

<div style="background-color:#1832db">
Div content here</div>

This div background color is #1832db


#1832db Border Color

<div style="border:3px solid #1832db">
Div here</div>

This div border color is #1832db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,50,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1832db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1832db;
  -webkit-box-shadow: 1px 1px 3px 2px #1832db;
  box-shadow:         1px 1px 3px 2px #1832db; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1832db


Comments

No comments written yet.

Please login to write comment.