Color Hex Logo

#a24ebf Color Hex

#A24EBF
(162,78,191)
0 Favorites   0 Comments

Color spaces of #a24ebf

RGB 16278191
HSL0.790.470.53
HSV285°59°75°
CMYK 0.150.590.00   0.25
XYZ27.028716.891751.1261
Yxy16.89170.28440.1777
Hunter Lab41.099545.4647-44.9847
CIE-Lab48.123352.4069-44.8927

#a24ebf color RGB value is (162,78,191).

#a24ebf hex color red value is 162, green value is 78 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a24ebf hue: 0.79 , saturation: 0.47 and the lightness value of a24ebf is 0.53.

The process color (four color CMYK) of #a24ebf color hex is 0.15, 0.59, 0.00, 0.25. Web safe color of #a24ebf is #9966cc. Color #a24ebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01001110 10111111
Octal 242 116 277
Decimal 162 78 191
Hex A2 4E BF

RGB Percentages of Color #a24ebf

%37.59
%18.10
%44.32

CMYK Percentages of Color #a24ebf

%15
%59
%0
%25

Triadic Colors of #a24ebf

#a24ebf #bfa24e #4ebfa2

Analogous Colors of #a24ebf

#a24ebf #bf4ea4 #6a4ebf

Monochromatic Colors of #a24ebf

#a24ebf

Complementary Color

#a24ebf #6bbf4e

#a24ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a24ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a24ebf Color CSS Codes

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

#a24ebf Text Font Color

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

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


#a24ebf Background Color

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

This div background color is #a24ebf


#a24ebf Border Color

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

This div border color is #a24ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a24ebf


Comments

No comments written yet.

Please login to write comment.