Color Hex Logo

#a785ef Color Hex

#A785EF
(167,133,239)
0 Favorites   0 Comments

Color spaces of #a785ef

RGB 167133239
HSL0.720.770.73
HSV259°44°94°
CMYK 0.300.440.00   0.06
XYZ39.903931.222585.5847
Yxy31.22250.25460.1992
Hunter Lab55.877129.6885-51.6981
CIE-Lab62.695035.1914-48.8950

#a785ef color RGB value is (167,133,239).

#a785ef hex color red value is 167, green value is 133 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a785ef hue: 0.72 , saturation: 0.77 and the lightness value of a785ef is 0.73.

The process color (four color CMYK) of #a785ef color hex is 0.30, 0.44, 0.00, 0.06. Web safe color of #a785ef is #9999ff. Color #a785ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10000101 11101111
Octal 247 205 357
Decimal 167 133 239
Hex A7 85 EF

RGB Percentages of Color #a785ef

%30.98
%24.68
%44.34

CMYK Percentages of Color #a785ef

%30
%44
%0
%6

Triadic Colors of #a785ef

#a785ef #efa785 #85efa7

Analogous Colors of #a785ef

#a785ef #dc85ef #8598ef

Monochromatic Colors of #a785ef

#a785ef

Complementary Color

#a785ef #cdef85

#a785ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a785ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a785ef Color CSS Codes

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

#a785ef Text Font Color

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

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


#a785ef Background Color

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

This div background color is #a785ef


#a785ef Border Color

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

This div border color is #a785ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a785ef


Comments

No comments written yet.

Please login to write comment.