Color Hex Logo

#a707ec Color Hex

#A707EC
(167,7,236)
0 Favorites   0 Comments

Color spaces of #a707ec

RGB 1677236
HSL0.780.940.48
HSV282°97°93°
CMYK 0.290.970.00   0.07
XYZ31.152714.423680.4990
Yxy14.42360.24710.1144
Hunter Lab37.978479.9567-99.0861
CIE-Lab44.834482.5207-75.9582

#a707ec color RGB value is (167,7,236).

#a707ec hex color red value is 167, green value is 7 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #a707ec hue: 0.78 , saturation: 0.94 and the lightness value of a707ec is 0.48.

The process color (four color CMYK) of #a707ec color hex is 0.29, 0.97, 0.00, 0.07. Web safe color of #a707ec is #9900ff. Color #a707ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00000111 11101100
Octal 247 7 354
Decimal 167 7 236
Hex A7 7 EC

RGB Percentages of Color #a707ec

%40.73
%1.71
%57.56

CMYK Percentages of Color #a707ec

%29
%97
%0
%7

Triadic Colors of #a707ec

#a707ec #eca707 #07eca7

Analogous Colors of #a707ec

#a707ec #ec07bf #3507ec

Monochromatic Colors of #a707ec

#a707ec

Complementary Color

#a707ec #4cec07

#a707ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a707ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a707ec Color CSS Codes

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

#a707ec Text Font Color

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

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


#a707ec Background Color

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

This div background color is #a707ec


#a707ec Border Color

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

This div border color is #a707ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a707ec


Comments

No comments written yet.

Please login to write comment.