Color Hex Logo

#74a1c2 Color Hex

#74A1C2
(116,161,194)
0 Favorites   0 Comments

Color spaces of #74a1c2

RGB 116161194
HSL0.570.390.61
HSV205°40°76°
CMYK 0.400.170.00   0.24
XYZ29.684933.097855.8629
Yxy33.09780.25020.2790
Hunter Lab57.5307-8.5756-17.2997
CIE-Lab64.2400-6.6258-21.7649

#74a1c2 color RGB value is (116,161,194).

#74a1c2 hex color red value is 116, green value is 161 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #74a1c2 hue: 0.57 , saturation: 0.39 and the lightness value of 74a1c2 is 0.61.

The process color (four color CMYK) of #74a1c2 color hex is 0.40, 0.17, 0.00, 0.24. Web safe color of #74a1c2 is #6699cc. Color #74a1c2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10100001 11000010
Octal 164 241 302
Decimal 116 161 194
Hex 74 A1 C2

RGB Percentages of Color #74a1c2

%24.63
%34.18
%41.19

CMYK Percentages of Color #74a1c2

%40
%17
%0
%24

Triadic Colors of #74a1c2

#74a1c2 #c274a1 #a1c274

Analogous Colors of #74a1c2

#74a1c2 #747ac2 #74c2bc

Monochromatic Colors of #74a1c2

#74a1c2

Complementary Color

#74a1c2 #c29574

#74a1c2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74a1c2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#74a1c2 Color CSS Codes

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

#74a1c2 Text Font Color

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

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


#74a1c2 Background Color

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

This div background color is #74a1c2


#74a1c2 Border Color

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

This div border color is #74a1c2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,161,194, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #74a1c2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #74a1c2;
  -webkit-box-shadow: 1px 1px 3px 2px #74a1c2;
  box-shadow:         1px 1px 3px 2px #74a1c2; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,161,194, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74a1c2


Comments

No comments written yet.

Please login to write comment.