Color Hex Logo

#a71eed Color Hex

#A71EED
(167,30,237)
0 Favorites   0 Comments

Color spaces of #a71eed

RGB 16730237
HSL0.780.850.52
HSV280°87°93°
CMYK 0.300.870.00   0.07
XYZ31.686715.258581.3959
Yxy15.25850.24690.1189
Hunter Lab39.062176.4382-96.2023
CIE-Lab45.986279.5145-74.6415

#a71eed color RGB value is (167,30,237).

#a71eed hex color red value is 167, green value is 30 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a71eed hue: 0.78 , saturation: 0.85 and the lightness value of a71eed is 0.52.

The process color (four color CMYK) of #a71eed color hex is 0.30, 0.87, 0.00, 0.07. Web safe color of #a71eed is #9933ff. Color #a71eed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00011110 11101101
Octal 247 36 355
Decimal 167 30 237
Hex A7 1E ED

RGB Percentages of Color #a71eed

%38.48
%6.91
%54.61

CMYK Percentages of Color #a71eed

%30
%87
%0
%7

Triadic Colors of #a71eed

#a71eed #eda71e #1eeda7

Analogous Colors of #a71eed

#a71eed #ed1ecc #3f1eed

Monochromatic Colors of #a71eed

#a71eed

Complementary Color

#a71eed #64ed1e

#a71eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a71eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a71eed Color CSS Codes

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

#a71eed Text Font Color

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

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


#a71eed Background Color

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

This div background color is #a71eed


#a71eed Border Color

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

This div border color is #a71eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a71eed


Comments

No comments written yet.

Please login to write comment.