Color Hex Logo

#a51268 Color Hex

#A51268
(165,18,104)
0 Favorites   0 Comments

Color spaces of #a51268

RGB 16518104
HSL0.900.800.36
HSV325°89°65°
CMYK 0.000.890.37   0.35
XYZ18.23209.431413.9562
Yxy9.43140.43810.2266
Hunter Lab30.710652.2268-5.4465
CIE-Lab36.802060.7655-9.8020

#a51268 color RGB value is (165,18,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00010010 01101000
Octal 245 22 150
Decimal 165 18 104
Hex A5 12 68

RGB Percentages of Color #a51268

%57.49
%6.27
%36.24

CMYK Percentages of Color #a51268

%0
%89
%37
%35

Triadic Colors of #a51268

#a51268 #68a512 #1268a5

Analogous Colors of #a51268

#a51268 #a5121e #9912a5

Monochromatic Colors of #a51268

#a51268

Complementary Color

#a51268 #12a54f

#a51268 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a51268 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a51268 Color CSS Codes

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

#a51268 Text Font Color

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

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


#a51268 Background Color

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

This div background color is #a51268


#a51268 Border Color

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

This div border color is #a51268


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,18,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 #a51268">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a51268


Comments

No comments written yet.

Please login to write comment.