Color Hex Logo

#a762ce Color Hex

#A762CE
(167,98,206)
0 Favorites   0 Comments

Color spaces of #a762ce

RGB 16798206
HSL0.770.520.60
HSV278°52°81°
CMYK 0.190.520.00   0.19
XYZ31.444621.407160.8672
Yxy21.40710.27650.1882
Hunter Lab46.267840.3438-45.6110
CIE-Lab53.392246.7071-45.1130

#a762ce color RGB value is (167,98,206).

#a762ce hex color red value is 167, green value is 98 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a762ce hue: 0.77 , saturation: 0.52 and the lightness value of a762ce is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01100010 11001110
Octal 247 142 316
Decimal 167 98 206
Hex A7 62 CE

RGB Percentages of Color #a762ce

%35.46
%20.81
%43.74

CMYK Percentages of Color #a762ce

%19
%52
%0
%19

Triadic Colors of #a762ce

#a762ce #cea762 #62cea7

Analogous Colors of #a762ce

#a762ce #ce62bf #7162ce

Monochromatic Colors of #a762ce

#a762ce

Complementary Color

#a762ce #89ce62

#a762ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a762ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a762ce Color CSS Codes

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

#a762ce Text Font Color

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

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


#a762ce Background Color

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

This div background color is #a762ce


#a762ce Border Color

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

This div border color is #a762ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a762ce


Comments

No comments written yet.

Please login to write comment.