Color Hex Logo

#2f5cad Color Hex

#2F5CAD
(47,92,173)
0 Favorites   0 Comments

Color spaces of #2f5cad

RGB 4792173
HSL0.610.570.43
HSV219°73°68°
CMYK 0.730.470.00   0.32
XYZ12.542311.275841.0506
Yxy11.27580.19330.1738
Hunter Lab33.57957.9077-48.9759
CIE-Lab40.041212.9990-47.8602

#2f5cad color RGB value is (47,92,173).

#2f5cad hex color red value is 47, green value is 92 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #2f5cad hue: 0.61 , saturation: 0.57 and the lightness value of 2f5cad is 0.43.

The process color (four color CMYK) of #2f5cad color hex is 0.73, 0.47, 0.00, 0.32. Web safe color of #2f5cad is #336699. Color #2f5cad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 01011100 10101101
Octal 57 134 255
Decimal 47 92 173
Hex 2F 5C AD

RGB Percentages of Color #2f5cad

%15.06
%29.49
%55.45

CMYK Percentages of Color #2f5cad

%73
%47
%0
%32

Triadic Colors of #2f5cad

#2f5cad #ad2f5c #5cad2f

Analogous Colors of #2f5cad

#2f5cad #412fad #2f9bad

Monochromatic Colors of #2f5cad

#2f5cad

Complementary Color

#2f5cad #ad802f

#2f5cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f5cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f5cad Color CSS Codes

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

#2f5cad Text Font Color

<p style="color:#2f5cad">Text here</p>

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


#2f5cad Background Color

<div style="background-color:#2f5cad">
Div content here</div>

This div background color is #2f5cad


#2f5cad Border Color

<div style="border:3px solid #2f5cad">
Div here</div>

This div border color is #2f5cad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(47,92,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2f5cad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2f5cad;
  -webkit-box-shadow: 1px 1px 3px 2px #2f5cad;
  box-shadow:         1px 1px 3px 2px #2f5cad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(47,92,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 #2f5cad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f5cad


Comments

No comments written yet.

Please login to write comment.