Color Hex Logo

#a74fde Color Hex

#A74FDE
(167,79,222)
0 Favorites   0 Comments

Color spaces of #a74fde

RGB 16779222
HSL0.770.680.59
HSV277°64°87°
CMYK 0.250.640.00   0.13
XYZ31.917119.081471.1081
Yxy19.08140.26140.1563
Hunter Lab43.682353.9797-65.9375
CIE-Lab50.782359.6801-58.3781

#a74fde color RGB value is (167,79,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01001111 11011110
Octal 247 117 336
Decimal 167 79 222
Hex A7 4F DE

RGB Percentages of Color #a74fde

%35.68
%16.88
%47.44

CMYK Percentages of Color #a74fde

%25
%64
%0
%13

Triadic Colors of #a74fde

#a74fde #dea74f #4fdea7

Analogous Colors of #a74fde

#a74fde #de4fce #5f4fde

Monochromatic Colors of #a74fde

#a74fde

Complementary Color

#a74fde #86de4f

#a74fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a74fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#a74fde Color CSS Codes

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

#a74fde Text Font Color

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

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


#a74fde Background Color

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

This div background color is #a74fde


#a74fde Border Color

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

This div border color is #a74fde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,79,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 #a74fde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a74fde


Comments

No comments written yet.

Please login to write comment.