Color Hex Logo

#a74dda Color Hex

#A74DDA
(167,77,218)
0 Favorites   0 Comments

Color spaces of #a74dda

RGB 16777218
HSL0.770.660.58
HSV278°65°85°
CMYK 0.230.650.00   0.15
XYZ31.245118.585268.2702
Yxy18.58520.26460.1574
Hunter Lab43.110653.9274-63.7147
CIE-Lab50.198359.7408-57.0452

#a74dda color RGB value is (167,77,218).

#a74dda hex color red value is 167, green value is 77 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a74dda hue: 0.77 , saturation: 0.66 and the lightness value of a74dda is 0.58.

The process color (four color CMYK) of #a74dda color hex is 0.23, 0.65, 0.00, 0.15. Web safe color of #a74dda is #9966cc. Color #a74dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01001101 11011010
Octal 247 115 332
Decimal 167 77 218
Hex A7 4D DA

RGB Percentages of Color #a74dda

%36.15
%16.67
%47.19

CMYK Percentages of Color #a74dda

%23
%65
%0
%15

Triadic Colors of #a74dda

#a74dda #daa74d #4ddaa7

Analogous Colors of #a74dda

#a74dda #da4dc7 #604dda

Monochromatic Colors of #a74dda

#a74dda

Complementary Color

#a74dda #80da4d

#a74dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a74dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a74dda Color CSS Codes

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

#a74dda Text Font Color

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

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


#a74dda Background Color

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

This div background color is #a74dda


#a74dda Border Color

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

This div border color is #a74dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a74dda


Comments

No comments written yet.

Please login to write comment.