Color Hex Logo

#017ca2 Color Hex

#017CA2
(1,124,162)
0 Favorites   0 Comments

Color spaces of #017ca2

RGB 1124162
HSL0.540.990.32
HSV194°99°64°
CMYK 0.990.230.00   0.36
XYZ13.741817.030436.7453
Yxy17.03040.20350.2522
Hunter Lab41.2679-12.7801-23.9048
CIE-Lab48.2983-14.7230-28.3851

#017ca2 color RGB value is (1,124,162).

#017ca2 hex color red value is 1, green value is 124 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #017ca2 hue: 0.54 , saturation: 0.99 and the lightness value of 017ca2 is 0.32.

The process color (four color CMYK) of #017ca2 color hex is 0.99, 0.23, 0.00, 0.36. Web safe color of #017ca2 is #006699. Color #017ca2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01111100 10100010
Octal 1 174 242
Decimal 1 124 162
Hex 1 7C A2

RGB Percentages of Color #017ca2

%0.35
%43.21
%56.45

CMYK Percentages of Color #017ca2

%99
%23
%0
%36

Triadic Colors of #017ca2

#017ca2 #a2017c #7ca201

Analogous Colors of #017ca2

#017ca2 #012ca2 #01a278

Monochromatic Colors of #017ca2

#017ca2

Complementary Color

#017ca2 #a22701

#017ca2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#017ca2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#017ca2 Color CSS Codes

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

#017ca2 Text Font Color

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

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


#017ca2 Background Color

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

This div background color is #017ca2


#017ca2 Border Color

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

This div border color is #017ca2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,124,162, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #017ca2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #017ca2;
  -webkit-box-shadow: 1px 1px 3px 2px #017ca2;
  box-shadow:         1px 1px 3px 2px #017ca2; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #017ca2


Comments

No comments written yet.

Please login to write comment.