Color Hex Logo

#1447ef Color Hex

#1447EF
(20,71,239)
0 Favorites   0 Comments

Color spaces of #1447ef

RGB 2071239
HSL0.630.870.51
HSV226°92°94°
CMYK 0.920.700.00   0.06
XYZ18.121710.887282.8077
Yxy10.88720.16210.0974
Hunter Lab32.995840.2920-125.6999
CIE-Lab39.389849.0282-87.0580

#1447ef color RGB value is (20,71,239).

#1447ef hex color red value is 20, green value is 71 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #1447ef hue: 0.63 , saturation: 0.87 and the lightness value of 1447ef is 0.51.

The process color (four color CMYK) of #1447ef color hex is 0.92, 0.70, 0.00, 0.06. Web safe color of #1447ef is #0033ff. Color #1447ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01000111 11101111
Octal 24 107 357
Decimal 20 71 239
Hex 14 47 EF

RGB Percentages of Color #1447ef

%6.06
%21.52
%72.42

CMYK Percentages of Color #1447ef

%92
%70
%0
%6

Triadic Colors of #1447ef

#1447ef #ef1447 #47ef14

Analogous Colors of #1447ef

#1447ef #4f14ef #14b5ef

Monochromatic Colors of #1447ef

#1447ef

Complementary Color

#1447ef #efbc14

#1447ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1447ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#1447ef Color CSS Codes

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

#1447ef Text Font Color

<p style="color:#1447ef">Text here</p>

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


#1447ef Background Color

<div style="background-color:#1447ef">
Div content here</div>

This div background color is #1447ef


#1447ef Border Color

<div style="border:3px solid #1447ef">
Div here</div>

This div border color is #1447ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,71,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1447ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1447ef;
  -webkit-box-shadow: 1px 1px 3px 2px #1447ef;
  box-shadow:         1px 1px 3px 2px #1447ef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1447ef


Comments

No comments written yet.

Please login to write comment.