Color Hex Logo

#017cca Color Hex

#017CCA
(1,124,202)
0 Favorites   0 Comments

Color spaces of #017cca

RGB 1124202
HSL0.560.990.40
HSV203°100°79°
CMYK 1.000.390.00   0.21
XYZ17.880818.686058.5415
Yxy18.68600.18800.1965
Hunter Lab43.2273-1.8120-50.0356
CIE-Lab50.31780.6440-48.2879

#017cca color RGB value is (1,124,202).

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

The process color (four color CMYK) of #017cca color hex is 1.00, 0.39, 0.00, 0.21. Web safe color of #017cca is #0066cc. Color #017cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01111100 11001010
Octal 1 174 312
Decimal 1 124 202
Hex 1 7C CA

RGB Percentages of Color #017cca

%0.31
%37.92
%61.77

CMYK Percentages of Color #017cca

%100
%39
%0
%21

Triadic Colors of #017cca

#017cca #ca017c #7cca01

Analogous Colors of #017cca

#017cca #0117ca #01cab4

Monochromatic Colors of #017cca

#017cca

Complementary Color

#017cca #ca4f01

#017cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#017cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#017cca Color CSS Codes

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

#017cca Text Font Color

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

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


#017cca Background Color

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

This div background color is #017cca


#017cca Border Color

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

This div border color is #017cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #017cca


Comments

No comments written yet.

Please login to write comment.