Color Hex Logo

#a50968 Color Hex

#A50968
(165,9,104)
0 Favorites   0 Comments

Color spaces of #a50968

RGB 1659104
HSL0.900.900.34
HSV323°95°65°
CMYK 0.000.950.37   0.35
XYZ18.11349.194213.9167
Yxy9.19420.43940.2230
Hunter Lab30.321953.5671-5.9867
CIE-Lab36.355562.0631-10.4765

#a50968 color RGB value is (165,9,104).

#a50968 hex color red value is 165, green value is 9 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #a50968 hue: 0.90 , saturation: 0.90 and the lightness value of a50968 is 0.34.

The process color (four color CMYK) of #a50968 color hex is 0.00, 0.95, 0.37, 0.35. Web safe color of #a50968 is #990066. Color #a50968 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00001001 01101000
Octal 245 11 150
Decimal 165 9 104
Hex A5 9 68

RGB Percentages of Color #a50968

%59.35
%3.24
%37.41

CMYK Percentages of Color #a50968

%0
%95
%37
%35

Triadic Colors of #a50968

#a50968 #68a509 #0968a5

Analogous Colors of #a50968

#a50968 #a5091a #9409a5

Monochromatic Colors of #a50968

#a50968

Complementary Color

#a50968 #09a546

#a50968 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a50968 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a50968 Color CSS Codes

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

#a50968 Text Font Color

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

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


#a50968 Background Color

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

This div background color is #a50968


#a50968 Border Color

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

This div border color is #a50968


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(165,9,104, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a50968; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a50968;
  -webkit-box-shadow: 1px 1px 3px 2px #a50968;
  box-shadow:         1px 1px 3px 2px #a50968; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,9,104, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a50968


Comments

No comments written yet.

Please login to write comment.