Color Hex Logo

#2a715c Color Hex

#2A715C
(42,113,92)
0 Favorites   0 Comments

Color spaces of #2a715c

RGB 4211392
HSL0.450.460.30
HSV162°63°44°
CMYK 0.630.000.19   0.56
XYZ8.791713.075212.1856
Yxy13.07520.25820.3840
Hunter Lab36.1596-19.87975.3314
CIE-Lab42.8763-27.65255.1297

#2a715c color RGB value is (42,113,92).

#2a715c hex color red value is 42, green value is 113 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #2a715c hue: 0.45 , saturation: 0.46 and the lightness value of 2a715c is 0.30.

The process color (four color CMYK) of #2a715c color hex is 0.63, 0.00, 0.19, 0.56. Web safe color of #2a715c is #336666. Color #2a715c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 01110001 01011100
Octal 52 161 134
Decimal 42 113 92
Hex 2A 71 5C

RGB Percentages of Color #2a715c

%17.00
%45.75
%37.25

CMYK Percentages of Color #2a715c

%63
%0
%19
%56

Triadic Colors of #2a715c

#2a715c #5c2a71 #715c2a

Analogous Colors of #2a715c

#2a715c #2a6371 #2a7139

Monochromatic Colors of #2a715c

#2a715c

Complementary Color

#2a715c #712a3f

#2a715c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2a715c Color Preview on White Background

Lorem ipsum dolor sit amet.

#2a715c Color CSS Codes

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

#2a715c Text Font Color

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

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


#2a715c Background Color

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

This div background color is #2a715c


#2a715c Border Color

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

This div border color is #2a715c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(42,113,92, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2a715c


Comments

No comments written yet.

Please login to write comment.