Color Hex Logo

#1438cd Color Hex

#1438CD
(20,56,205)
0 Favorites   0 Comments

Color spaces of #1438cd

RGB 2056205
HSL0.630.820.44
HSV228°90°80°
CMYK 0.900.730.00   0.20
XYZ12.72217.384858.5125
Yxy7.38480.16180.0939
Hunter Lab27.175036.0094-108.6392
CIE-Lab32.667345.9934-78.6929

#1438cd color RGB value is (20,56,205).

#1438cd hex color red value is 20, green value is 56 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #1438cd hue: 0.63 , saturation: 0.82 and the lightness value of 1438cd is 0.44.

The process color (four color CMYK) of #1438cd color hex is 0.90, 0.73, 0.00, 0.20. Web safe color of #1438cd is #0033cc. Color #1438cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00111000 11001101
Octal 24 70 315
Decimal 20 56 205
Hex 14 38 CD

RGB Percentages of Color #1438cd

%7.12
%19.93
%72.95

CMYK Percentages of Color #1438cd

%90
%73
%0
%20

Triadic Colors of #1438cd

#1438cd #cd1438 #38cd14

Analogous Colors of #1438cd

#1438cd #4d14cd #1495cd

Monochromatic Colors of #1438cd

#1438cd

Complementary Color

#1438cd #cda914

#1438cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1438cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1438cd Color CSS Codes

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

#1438cd Text Font Color

<p style="color:#1438cd">Text here</p>

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


#1438cd Background Color

<div style="background-color:#1438cd">
Div content here</div>

This div background color is #1438cd


#1438cd Border Color

<div style="border:3px solid #1438cd">
Div here</div>

This div border color is #1438cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,56,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1438cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1438cd;
  -webkit-box-shadow: 1px 1px 3px 2px #1438cd;
  box-shadow:         1px 1px 3px 2px #1438cd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,56,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 #1438cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1438cd


Comments

No comments written yet.

Please login to write comment.