Color Hex Logo

#1438bc Color Hex

#1438BC
(20,56,188)
0 Favorites   0 Comments

Color spaces of #1438bc

RGB 2056188
HSL0.630.810.41
HSV227°89°74°
CMYK 0.890.700.00   0.26
XYZ10.77986.607948.2843
Yxy6.60790.16410.1006
Hunter Lab25.705829.8692-93.3727
CIE-Lab30.897139.8827-71.6578

#1438bc color RGB value is (20,56,188).

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

The process color (four color CMYK) of #1438bc color hex is 0.89, 0.70, 0.00, 0.26. Web safe color of #1438bc is #0033cc. Color #1438bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00111000 10111100
Octal 24 70 274
Decimal 20 56 188
Hex 14 38 BC

RGB Percentages of Color #1438bc

%7.58
%21.21
%71.21

CMYK Percentages of Color #1438bc

%89
%70
%0
%26

Triadic Colors of #1438bc

#1438bc #bc1438 #38bc14

Analogous Colors of #1438bc

#1438bc #4414bc #148cbc

Monochromatic Colors of #1438bc

#1438bc

Complementary Color

#1438bc #bc9814

#1438bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1438bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1438bc Color CSS Codes

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

#1438bc Text Font Color

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

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


#1438bc Background Color

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

This div background color is #1438bc


#1438bc Border Color

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

This div border color is #1438bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1438bc


Comments

No comments written yet.

Please login to write comment.