Color Hex Logo

#1438af Color Hex

#1438AF
(20,56,175)
0 Favorites   0 Comments

Color spaces of #1438af

RGB 2056175
HSL0.630.790.38
HSV226°89°69°
CMYK 0.890.680.00   0.31
XYZ9.44056.072241.2319
Yxy6.07220.16640.1070
Hunter Lab24.641825.2617-81.9576
CIE-Lab29.593935.0303-66.0851

#1438af color RGB value is (20,56,175).

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

The process color (four color CMYK) of #1438af color hex is 0.89, 0.68, 0.00, 0.31. Web safe color of #1438af is #003399. Color #1438af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00111000 10101111
Octal 24 70 257
Decimal 20 56 175
Hex 14 38 AF

RGB Percentages of Color #1438af

%7.97
%22.31
%69.72

CMYK Percentages of Color #1438af

%89
%68
%0
%31

Triadic Colors of #1438af

#1438af #af1438 #38af14

Analogous Colors of #1438af

#1438af #3d14af #1486af

Monochromatic Colors of #1438af

#1438af

Complementary Color

#1438af #af8b14

#1438af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1438af Color Preview on White Background

Lorem ipsum dolor sit amet.

#1438af Color CSS Codes

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

#1438af Text Font Color

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

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


#1438af Background Color

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

This div background color is #1438af


#1438af Border Color

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

This div border color is #1438af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1438af


Comments

No comments written yet.

Please login to write comment.