Color Hex Logo

#74a4ff Color Hex

#74A4FF
(116,164,255)
0 Favorites   0 Comments

Color spaces of #74a4ff

RGB 116164255
HSL0.611.000.73
HSV219°55°100°
CMYK 0.550.360.00   0.00
XYZ38.527937.483999.8122
Yxy37.48390.21910.2132
Hunter Lab61.22415.1866-53.8022
CIE-Lab67.63859.5295-50.0800

#74a4ff color RGB value is (116,164,255).

#74a4ff hex color red value is 116, green value is 164 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #74a4ff hue: 0.61 , saturation: 1.00 and the lightness value of 74a4ff is 0.73.

The process color (four color CMYK) of #74a4ff color hex is 0.55, 0.36, 0.00, 0.00. Web safe color of #74a4ff is #6699ff. Color #74a4ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10100100 11111111
Octal 164 244 377
Decimal 116 164 255
Hex 74 A4 FF

RGB Percentages of Color #74a4ff

%21.68
%30.65
%47.66

CMYK Percentages of Color #74a4ff

%55
%36
%0
%0

Triadic Colors of #74a4ff

#74a4ff #ff74a4 #a4ff74

Analogous Colors of #74a4ff

#74a4ff #8a74ff #74eaff

Monochromatic Colors of #74a4ff

#74a4ff

Complementary Color

#74a4ff #ffcf74

#74a4ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74a4ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#74a4ff Color CSS Codes

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

#74a4ff Text Font Color

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

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


#74a4ff Background Color

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

This div background color is #74a4ff


#74a4ff Border Color

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

This div border color is #74a4ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74a4ff

Related Colors


Comments

No comments written yet.

Please login to write comment.