Color Hex Logo

#a74ede Color Hex

#A74EDE
(167,78,222)
0 Favorites   0 Comments

Color spaces of #a74ede

RGB 16778222
HSL0.770.690.59
HSV277°65°87°
CMYK 0.250.650.00   0.13
XYZ31.845618.938271.0842
Yxy18.93820.26130.1554
Hunter Lab43.518054.4660-66.3841
CIE-Lab50.614860.1423-58.6475

#a74ede color RGB value is (167,78,222).

#a74ede hex color red value is 167, green value is 78 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a74ede hue: 0.77 , saturation: 0.69 and the lightness value of a74ede is 0.59.

The process color (four color CMYK) of #a74ede color hex is 0.25, 0.65, 0.00, 0.13. Web safe color of #a74ede is #9966cc. Color #a74ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01001110 11011110
Octal 247 116 336
Decimal 167 78 222
Hex A7 4E DE

RGB Percentages of Color #a74ede

%35.76
%16.70
%47.54

CMYK Percentages of Color #a74ede

%25
%65
%0
%13

Triadic Colors of #a74ede

#a74ede #dea74e #4edea7

Analogous Colors of #a74ede

#a74ede #de4ecd #5f4ede

Monochromatic Colors of #a74ede

#a74ede

Complementary Color

#a74ede #85de4e

#a74ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a74ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#a74ede Color CSS Codes

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

#a74ede Text Font Color

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

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


#a74ede Background Color

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

This div background color is #a74ede


#a74ede Border Color

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

This div border color is #a74ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a74ede


Comments

No comments written yet.

Please login to write comment.