Color Hex Logo

#1e0ccd Color Hex

#1E0CCD
(30,12,205)
0 Favorites   0 Comments

Color spaces of #1e0ccd

RGB 3012205
HSL0.680.890.43
HSV246°94°80°
CMYK 0.850.940.00   0.20
XYZ11.68634.946758.0965
Yxy4.94670.15640.0662
Hunter Lab22.241254.8681-139.3034
CIE-Lab26.582465.0830-88.7980

#1e0ccd color RGB value is (30,12,205).

#1e0ccd hex color red value is 30, green value is 12 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #1e0ccd hue: 0.68 , saturation: 0.89 and the lightness value of 1e0ccd is 0.43.

The process color (four color CMYK) of #1e0ccd color hex is 0.85, 0.94, 0.00, 0.20. Web safe color of #1e0ccd is #3300cc. Color #1e0ccd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 00001100 11001101
Octal 36 14 315
Decimal 30 12 205
Hex 1E C CD

RGB Percentages of Color #1e0ccd

%12.15
%4.86
%83.00

CMYK Percentages of Color #1e0ccd

%85
%94
%0
%20

Triadic Colors of #1e0ccd

#1e0ccd #cd1e0c #0ccd1e

Analogous Colors of #1e0ccd

#1e0ccd #7f0ccd #0c5bcd

Monochromatic Colors of #1e0ccd

#1e0ccd

Complementary Color

#1e0ccd #bbcd0c

#1e0ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1e0ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1e0ccd Color CSS Codes

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

#1e0ccd Text Font Color

<p style="color:#1e0ccd">Text here</p>

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


#1e0ccd Background Color

<div style="background-color:#1e0ccd">
Div content here</div>

This div background color is #1e0ccd


#1e0ccd Border Color

<div style="border:3px solid #1e0ccd">
Div here</div>

This div border color is #1e0ccd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(30,12,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1e0ccd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1e0ccd;
  -webkit-box-shadow: 1px 1px 3px 2px #1e0ccd;
  box-shadow:         1px 1px 3px 2px #1e0ccd; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1e0ccd


Comments

No comments written yet.

Please login to write comment.