Color Hex Logo

#8a345d Color Hex

#8A345D
(138,52,93)
0 Favorites   0 Comments

Color spaces of #8a345d

RGB 1385293
HSL0.920.450.37
HSV331°62°54°
CMYK 0.000.620.33   0.46
XYZ13.68508.649611.3042
Yxy8.64960.40680.2571
Hunter Lab29.410231.5908-2.2018
CIE-Lab35.300740.9391-5.5495

#8a345d color RGB value is (138,52,93).

#8a345d hex color red value is 138, green value is 52 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #8a345d hue: 0.92 , saturation: 0.45 and the lightness value of 8a345d is 0.37.

The process color (four color CMYK) of #8a345d color hex is 0.00, 0.62, 0.33, 0.46. Web safe color of #8a345d is #993366. Color #8a345d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 00110100 01011101
Octal 212 64 135
Decimal 138 52 93
Hex 8A 34 5D

RGB Percentages of Color #8a345d

%48.76
%18.37
%32.86

CMYK Percentages of Color #8a345d

%0
%62
%33
%46

Triadic Colors of #8a345d

#8a345d #5d8a34 #345d8a

Analogous Colors of #8a345d

#8a345d #8a3634 #8a3488

Monochromatic Colors of #8a345d

#8a345d

Complementary Color

#8a345d #348a61

#8a345d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a345d Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a345d Color CSS Codes

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

#8a345d Text Font Color

<p style="color:#8a345d">Text here</p>

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


#8a345d Background Color

<div style="background-color:#8a345d">
Div content here</div>

This div background color is #8a345d


#8a345d Border Color

<div style="border:3px solid #8a345d">
Div here</div>

This div border color is #8a345d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(138,52,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8a345d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8a345d;
  -webkit-box-shadow: 1px 1px 3px 2px #8a345d;
  box-shadow:         1px 1px 3px 2px #8a345d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,52,93, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a345d


Comments

No comments written yet.

Please login to write comment.