Color Hex Logo

#a783cf Color Hex

#A783CF
(167,131,207)
0 Favorites   0 Comments

Color spaces of #a783cf

RGB 167131207
HSL0.750.440.66
HSV268°37°81°
CMYK 0.190.370.00   0.19
XYZ35.315128.953162.7587
Yxy28.95310.27800.2279
Hunter Lab53.808122.9882-31.4868
CIE-Lab60.740228.6778-34.1332

#a783cf color RGB value is (167,131,207).

#a783cf hex color red value is 167, green value is 131 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #a783cf hue: 0.75 , saturation: 0.44 and the lightness value of a783cf is 0.66.

The process color (four color CMYK) of #a783cf color hex is 0.19, 0.37, 0.00, 0.19. Web safe color of #a783cf is #9999cc. Color #a783cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10000011 11001111
Octal 247 203 317
Decimal 167 131 207
Hex A7 83 CF

RGB Percentages of Color #a783cf

%33.07
%25.94
%40.99

CMYK Percentages of Color #a783cf

%19
%37
%0
%19

Triadic Colors of #a783cf

#a783cf #cfa783 #83cfa7

Analogous Colors of #a783cf

#a783cf #cd83cf #8385cf

Monochromatic Colors of #a783cf

#a783cf

Complementary Color

#a783cf #abcf83

#a783cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a783cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a783cf Color CSS Codes

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

#a783cf Text Font Color

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

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


#a783cf Background Color

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

This div background color is #a783cf


#a783cf Border Color

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

This div border color is #a783cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a783cf


Comments

No comments written yet.

Please login to write comment.