Color Hex Logo

#a402bb Color Hex

#A402BB
(164,2,187)
0 Favorites   0 Comments

Color spaces of #a402bb

RGB 1642187
HSL0.810.980.37
HSV293°99°73°
CMYK 0.120.990.00   0.27
XYZ24.301211.523847.9572
Yxy11.52380.29010.1375
Hunter Lab33.946768.3748-59.9974
CIE-Lab40.449074.0312-54.8437

#a402bb color RGB value is (164,2,187).

#a402bb hex color red value is 164, green value is 2 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a402bb hue: 0.81 , saturation: 0.98 and the lightness value of a402bb is 0.37.

The process color (four color CMYK) of #a402bb color hex is 0.12, 0.99, 0.00, 0.27. Web safe color of #a402bb is #9900cc. Color #a402bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00000010 10111011
Octal 244 2 273
Decimal 164 2 187
Hex A4 2 BB

RGB Percentages of Color #a402bb

%46.46
%0.57
%52.97

CMYK Percentages of Color #a402bb

%12
%99
%0
%27

Triadic Colors of #a402bb

#a402bb #bba402 #02bba4

Analogous Colors of #a402bb

#a402bb #bb0276 #4802bb

Monochromatic Colors of #a402bb

#a402bb

Complementary Color

#a402bb #19bb02

#a402bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a402bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a402bb Color CSS Codes

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

#a402bb Text Font Color

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

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


#a402bb Background Color

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

This div background color is #a402bb


#a402bb Border Color

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

This div border color is #a402bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a402bb


Comments

No comments written yet.

Please login to write comment.