Color Hex Logo

#014752 Color Hex

#014752
(1,71,82)
0 Favorites   0 Comments

Color spaces of #014752

RGB 17182
HSL0.520.980.16
HSV188°99°32°
CMYK 0.990.130.00   0.68
XYZ3.78875.12218.7716
Yxy5.12210.21430.2897
Hunter Lab22.6321-9.7245-7.1368
CIE-Lab27.0798-14.8892-12.1024

#014752 color RGB value is (1,71,82).

#014752 hex color red value is 1, green value is 71 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #014752 hue: 0.52 , saturation: 0.98 and the lightness value of 014752 is 0.16.

The process color (four color CMYK) of #014752 color hex is 0.99, 0.13, 0.00, 0.68. Web safe color of #014752 is #003366. Color #014752 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01000111 01010010
Octal 1 107 122
Decimal 1 71 82
Hex 1 47 52

RGB Percentages of Color #014752

%0.65
%46.10
%53.25

CMYK Percentages of Color #014752

%99
%13
%0
%68

Triadic Colors of #014752

#014752 #520147 #475201

Analogous Colors of #014752

#014752 #011f52 #015235

Monochromatic Colors of #014752

#014752

Complementary Color

#014752 #520c01

#014752 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#014752 Color Preview on White Background

Lorem ipsum dolor sit amet.

#014752 Color CSS Codes

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

#014752 Text Font Color

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

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


#014752 Background Color

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

This div background color is #014752


#014752 Border Color

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

This div border color is #014752


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #014752

#014752 Color Palettes


Comments

No comments written yet.

Please login to write comment.