Color Hex Logo

#180cdb Color Hex

#180CDB
(24,12,219)
0 Favorites   0 Comments

Color spaces of #180cdb

RGB 2412219
HSL0.680.900.45
HSV243°95°86°
CMYK 0.890.950.00   0.14
XYZ13.29435.571667.3926
Yxy5.57160.15410.0646
Hunter Lab23.604259.2268-152.7563
CIE-Lab28.304968.5756-94.0559

#180cdb color RGB value is (24,12,219).

#180cdb hex color red value is 24, green value is 12 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #180cdb hue: 0.68 , saturation: 0.90 and the lightness value of 180cdb is 0.45.

The process color (four color CMYK) of #180cdb color hex is 0.89, 0.95, 0.00, 0.14. Web safe color of #180cdb is #0000cc. Color #180cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 00001100 11011011
Octal 30 14 333
Decimal 24 12 219
Hex 18 C DB

RGB Percentages of Color #180cdb

%9.41
%4.71
%85.88

CMYK Percentages of Color #180cdb

%89
%95
%0
%14

Triadic Colors of #180cdb

#180cdb #db180c #0cdb18

Analogous Colors of #180cdb

#180cdb #800cdb #0c68db

Monochromatic Colors of #180cdb

#180cdb

Complementary Color

#180cdb #cfdb0c

#180cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#180cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#180cdb Color CSS Codes

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

#180cdb Text Font Color

<p style="color:#180cdb">Text here</p>

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


#180cdb Background Color

<div style="background-color:#180cdb">
Div content here</div>

This div background color is #180cdb


#180cdb Border Color

<div style="border:3px solid #180cdb">
Div here</div>

This div border color is #180cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #180cdb


Comments

No comments written yet.

Please login to write comment.