Color Hex Logo

#a807fc Color Hex

#A807FC
(168,7,252)
0 Favorites   0 Comments

Color spaces of #a807fc

RGB 1687252
HSL0.780.980.51
HSV279°97°99°
CMYK 0.330.970.00   0.01
XYZ33.795115.505193.3070
Yxy15.50510.23700.1087
Hunter Lab39.376584.2897-112.9306
CIE-Lab46.318485.6079-82.5229

#a807fc color RGB value is (168,7,252).

#a807fc hex color red value is 168, green value is 7 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #a807fc hue: 0.78 , saturation: 0.98 and the lightness value of a807fc is 0.51.

The process color (four color CMYK) of #a807fc color hex is 0.33, 0.97, 0.00, 0.01. Web safe color of #a807fc is #9900ff. Color #a807fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00000111 11111100
Octal 250 7 374
Decimal 168 7 252
Hex A8 7 FC

RGB Percentages of Color #a807fc

%39.34
%1.64
%59.02

CMYK Percentages of Color #a807fc

%33
%97
%0
%1

Triadic Colors of #a807fc

#a807fc #fca807 #07fca8

Analogous Colors of #a807fc

#a807fc #fc07d6 #2e07fc

Monochromatic Colors of #a807fc

#a807fc

Complementary Color

#a807fc #5bfc07

#a807fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a807fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a807fc Color CSS Codes

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

#a807fc Text Font Color

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

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


#a807fc Background Color

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

This div background color is #a807fc


#a807fc Border Color

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

This div border color is #a807fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a807fc


Comments

No comments written yet.

Please login to write comment.