Color Hex Logo

#a50298 Color Hex

#A50298
(165,2,152)
0 Favorites   0 Comments

Color spaces of #a50298

RGB 1652152
HSL0.850.980.33
HSV305°99°65°
CMYK 0.000.990.08   0.35
XYZ21.206310.309730.5780
Yxy10.30970.34150.1660
Hunter Lab32.108761.7006-33.9874
CIE-Lab38.392668.8070-37.1920

#a50298 color RGB value is (165,2,152).

#a50298 hex color red value is 165, green value is 2 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #a50298 hue: 0.85 , saturation: 0.98 and the lightness value of a50298 is 0.33.

The process color (four color CMYK) of #a50298 color hex is 0.00, 0.99, 0.08, 0.35. Web safe color of #a50298 is #990099. Color #a50298 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00000010 10011000
Octal 245 2 230
Decimal 165 2 152
Hex A5 2 98

RGB Percentages of Color #a50298

%51.72
%0.63
%47.65

CMYK Percentages of Color #a50298

%0
%99
%8
%35

Triadic Colors of #a50298

#a50298 #98a502 #0298a5

Analogous Colors of #a50298

#a50298 #a50246 #6102a5

Monochromatic Colors of #a50298

#a50298

Complementary Color

#a50298 #02a50f

#a50298 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a50298 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a50298 Color CSS Codes

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

#a50298 Text Font Color

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

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


#a50298 Background Color

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

This div background color is #a50298


#a50298 Border Color

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

This div border color is #a50298


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a50298


Comments

No comments written yet.

Please login to write comment.