Color Hex Logo

#a74eff Color Hex

#A74EFF
(167,78,255)
0 Favorites   0 Comments

Color spaces of #a74eff

RGB 16778255
HSL0.751.000.65
HSV270°69°100°
CMYK 0.350.690.00   0.00
XYZ36.710720.884396.7039
Yxy20.88430.23790.1353
Hunter Lab45.699363.4168-93.4734
CIE-Lab52.822667.4793-73.5866

#a74eff color RGB value is (167,78,255).

#a74eff hex color red value is 167, green value is 78 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a74eff hue: 0.75 , saturation: 1.00 and the lightness value of a74eff is 0.65.

The process color (four color CMYK) of #a74eff color hex is 0.35, 0.69, 0.00, 0.00. Web safe color of #a74eff is #9966ff. Color #a74eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01001110 11111111
Octal 247 116 377
Decimal 167 78 255
Hex A7 4E FF

RGB Percentages of Color #a74eff

%33.40
%15.60
%51.00

CMYK Percentages of Color #a74eff

%35
%69
%0
%0

Triadic Colors of #a74eff

#a74eff #ffa74e #4effa7

Analogous Colors of #a74eff

#a74eff #ff4eff #4f4eff

Monochromatic Colors of #a74eff

#a74eff

Complementary Color

#a74eff #a6ff4e

#a74eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a74eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a74eff Color CSS Codes

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

#a74eff Text Font Color

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

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


#a74eff Background Color

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

This div background color is #a74eff


#a74eff Border Color

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

This div border color is #a74eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a74eff

Related Colors


Comments

No comments written yet.

Please login to write comment.