Color Hex Logo

#a24dbc Color Hex

#A24DBC
(162,77,188)
0 Favorites   0 Comments

Color spaces of #a24dbc

RGB 16277188
HSL0.790.450.52
HSV286°59°74°
CMYK 0.140.590.00   0.26
XYZ26.631316.620049.3813
Yxy16.62000.28750.1794
Hunter Lab40.767645.2611-43.2799
CIE-Lab47.777652.2774-43.6998

#a24dbc color RGB value is (162,77,188).

#a24dbc hex color red value is 162, green value is 77 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a24dbc hue: 0.79 , saturation: 0.45 and the lightness value of a24dbc is 0.52.

The process color (four color CMYK) of #a24dbc color hex is 0.14, 0.59, 0.00, 0.26. Web safe color of #a24dbc is #9966cc. Color #a24dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01001101 10111100
Octal 242 115 274
Decimal 162 77 188
Hex A2 4D BC

RGB Percentages of Color #a24dbc

%37.94
%18.03
%44.03

CMYK Percentages of Color #a24dbc

%14
%59
%0
%26

Triadic Colors of #a24dbc

#a24dbc #bca24d #4dbca2

Analogous Colors of #a24dbc

#a24dbc #bc4d9f #6b4dbc

Monochromatic Colors of #a24dbc

#a24dbc

Complementary Color

#a24dbc #67bc4d

#a24dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a24dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a24dbc Color CSS Codes

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

#a24dbc Text Font Color

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

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


#a24dbc Background Color

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

This div background color is #a24dbc


#a24dbc Border Color

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

This div border color is #a24dbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(162,77,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a24dbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a24dbc;
  -webkit-box-shadow: 1px 1px 3px 2px #a24dbc;
  box-shadow:         1px 1px 3px 2px #a24dbc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a24dbc


Comments

No comments written yet.

Please login to write comment.