Color Hex Logo

#a74ecf Color Hex

#A74ECF
(167,78,207)
0 Favorites   0 Comments

Color spaces of #a74ecf

RGB 16778207
HSL0.780.570.56
HSV281°62°81°
CMYK 0.190.620.00   0.19
XYZ29.923218.169360.9614
Yxy18.16930.27440.1666
Hunter Lab42.625550.7130-54.9566
CIE-Lab49.700856.9486-51.5624

#a74ecf color RGB value is (167,78,207).

#a74ecf hex color red value is 167, green value is 78 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #a74ecf hue: 0.78 , saturation: 0.57 and the lightness value of a74ecf is 0.56.

The process color (four color CMYK) of #a74ecf color hex is 0.19, 0.62, 0.00, 0.19. Web safe color of #a74ecf is #9966cc. Color #a74ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01001110 11001111
Octal 247 116 317
Decimal 167 78 207
Hex A7 4E CF

RGB Percentages of Color #a74ecf

%36.95
%17.26
%45.80

CMYK Percentages of Color #a74ecf

%19
%62
%0
%19

Triadic Colors of #a74ecf

#a74ecf #cfa74e #4ecfa7

Analogous Colors of #a74ecf

#a74ecf #cf4eb7 #674ecf

Monochromatic Colors of #a74ecf

#a74ecf

Complementary Color

#a74ecf #76cf4e

#a74ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a74ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a74ecf Color CSS Codes

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

#a74ecf Text Font Color

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

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


#a74ecf Background Color

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

This div background color is #a74ecf


#a74ecf Border Color

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

This div border color is #a74ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a74ecf


Comments

No comments written yet.

Please login to write comment.