Color Hex Logo

#2874ad Color Hex

#2874AD
(40,116,173)
0 Favorites   0 Comments

Color spaces of #2874ad

RGB 40116173
HSL0.570.620.42
HSV206°77°68°
CMYK 0.770.330.00   0.32
XYZ14.663315.959041.8427
Yxy15.95900.20240.2202
Hunter Lab39.9487-4.3913-34.1369
CIE-Lab46.9207-3.0453-36.9224

#2874ad color RGB value is (40,116,173).

#2874ad hex color red value is 40, green value is 116 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #2874ad hue: 0.57 , saturation: 0.62 and the lightness value of 2874ad is 0.42.

The process color (four color CMYK) of #2874ad color hex is 0.77, 0.33, 0.00, 0.32. Web safe color of #2874ad is #336699. Color #2874ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 01110100 10101101
Octal 50 164 255
Decimal 40 116 173
Hex 28 74 AD

RGB Percentages of Color #2874ad

%12.16
%35.26
%52.58

CMYK Percentages of Color #2874ad

%77
%33
%0
%32

Triadic Colors of #2874ad

#2874ad #ad2874 #74ad28

Analogous Colors of #2874ad

#2874ad #2832ad #28ada4

Monochromatic Colors of #2874ad

#2874ad

Complementary Color

#2874ad #ad6128

#2874ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2874ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#2874ad Color CSS Codes

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

#2874ad Text Font Color

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

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


#2874ad Background Color

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

This div background color is #2874ad


#2874ad Border Color

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

This div border color is #2874ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(40,116,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2874ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2874ad;
  -webkit-box-shadow: 1px 1px 3px 2px #2874ad;
  box-shadow:         1px 1px 3px 2px #2874ad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2874ad


Comments

No comments written yet.

Please login to write comment.