Color Hex Logo

#a50002 Color Hex

#A50002
(165,0,2)
0 Favorites   0 Comments

Color spaces of #a50002

RGB 16502
HSL1.001.000.32
HSV359°100°65°
CMYK 0.001.000.99   0.35
XYZ15.52808.00370.7839
Yxy8.00370.63860.3292
Hunter Lab28.290848.464518.1607
CIE-Lab33.990657.858647.3920

#a50002 color RGB value is (165,0,2).

#a50002 hex color red value is 165, green value is 0 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #a50002 hue: 1.00 , saturation: 1.00 and the lightness value of a50002 is 0.32.

The process color (four color CMYK) of #a50002 color hex is 0.00, 1.00, 0.99, 0.35. Web safe color of #a50002 is #990000. Color #a50002 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00000000 00000010
Octal 245 0 2
Decimal 165 0 2
Hex A5 0 2

RGB Percentages of Color #a50002

%98.80
%0.00
%1.20

CMYK Percentages of Color #a50002

%0
%100
%99
%35

Triadic Colors of #a50002

#a50002 #02a500 #0002a5

Analogous Colors of #a50002

#a50002 #a55100 #a50054

Monochromatic Colors of #a50002

#a50002

Complementary Color

#a50002 #00a5a3

#a50002 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a50002 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a50002 Color CSS Codes

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

#a50002 Text Font Color

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

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


#a50002 Background Color

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

This div background color is #a50002


#a50002 Border Color

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

This div border color is #a50002


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a50002


Comments

No comments written yet.

Please login to write comment.