Color Hex Logo

#140ded Color Hex

#140DED
(20,13,237)
0 Favorites   0 Comments

Color spaces of #140ded

RGB 2013237
HSL0.670.900.49
HSV242°95°93°
CMYK 0.920.950.00   0.07
XYZ15.71856.551080.5568
Yxy6.55100.15290.0637
Hunter Lab25.594964.8303-168.6914
CIE-Lab30.762172.8878-100.2641

#140ded color RGB value is (20,13,237).

#140ded hex color red value is 20, green value is 13 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #140ded hue: 0.67 , saturation: 0.90 and the lightness value of 140ded is 0.49.

The process color (four color CMYK) of #140ded color hex is 0.92, 0.95, 0.00, 0.07. Web safe color of #140ded is #0000ff. Color #140ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00001101 11101101
Octal 24 15 355
Decimal 20 13 237
Hex 14 D ED

RGB Percentages of Color #140ded

%7.41
%4.81
%87.78

CMYK Percentages of Color #140ded

%92
%95
%0
%7

Triadic Colors of #140ded

#140ded #ed140d #0ded14

Analogous Colors of #140ded

#140ded #840ded #0d76ed

Monochromatic Colors of #140ded

#140ded

Complementary Color

#140ded #e6ed0d

#140ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#140ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#140ded Color CSS Codes

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

#140ded Text Font Color

<p style="color:#140ded">Text here</p>

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


#140ded Background Color

<div style="background-color:#140ded">
Div content here</div>

This div background color is #140ded


#140ded Border Color

<div style="border:3px solid #140ded">
Div here</div>

This div border color is #140ded


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,13,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #140ded; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #140ded;
  -webkit-box-shadow: 1px 1px 3px 2px #140ded;
  box-shadow:         1px 1px 3px 2px #140ded; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,13,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #140ded


Comments

No comments written yet.

Please login to write comment.