Color Hex Logo

#180ecd Color Hex

#180ECD
(24,14,205)
0 Favorites   0 Comments

Color spaces of #180ecd

RGB 2414205
HSL0.680.870.43
HSV243°93°80°
CMYK 0.880.930.00   0.20
XYZ11.55324.916058.0976
Yxy4.91600.15490.0659
Hunter Lab22.172154.2100-139.8376
CIE-Lab26.494164.5160-88.9512

#180ecd color RGB value is (24,14,205).

#180ecd hex color red value is 24, green value is 14 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #180ecd hue: 0.68 , saturation: 0.87 and the lightness value of 180ecd is 0.43.

The process color (four color CMYK) of #180ecd color hex is 0.88, 0.93, 0.00, 0.20. Web safe color of #180ecd is #0000cc. Color #180ecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 00001110 11001101
Octal 30 16 315
Decimal 24 14 205
Hex 18 E CD

RGB Percentages of Color #180ecd

%9.88
%5.76
%84.36

CMYK Percentages of Color #180ecd

%88
%93
%0
%20

Triadic Colors of #180ecd

#180ecd #cd180e #0ecd18

Analogous Colors of #180ecd

#180ecd #780ecd #0e64cd

Monochromatic Colors of #180ecd

#180ecd

Complementary Color

#180ecd #c3cd0e

#180ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#180ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#180ecd Color CSS Codes

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

#180ecd Text Font Color

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

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


#180ecd Background Color

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

This div background color is #180ecd


#180ecd Border Color

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

This div border color is #180ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #180ecd


Comments

No comments written yet.

Please login to write comment.