Color Hex Logo

#a75ecb Color Hex

#A75ECB
(167,94,203)
0 Favorites   0 Comments

Color spaces of #a75ecb

RGB 16794203
HSL0.780.510.58
HSV280°54°80°
CMYK 0.180.540.00   0.20
XYZ30.718520.532758.8441
Yxy20.53270.27900.1865
Hunter Lab45.313041.7105-45.2757
CIE-Lab52.434248.1537-44.9187

#a75ecb color RGB value is (167,94,203).

#a75ecb hex color red value is 167, green value is 94 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a75ecb hue: 0.78 , saturation: 0.51 and the lightness value of a75ecb is 0.58.

The process color (four color CMYK) of #a75ecb color hex is 0.18, 0.54, 0.00, 0.20. Web safe color of #a75ecb is #9966cc. Color #a75ecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01011110 11001011
Octal 247 136 313
Decimal 167 94 203
Hex A7 5E CB

RGB Percentages of Color #a75ecb

%35.99
%20.26
%43.75

CMYK Percentages of Color #a75ecb

%18
%54
%0
%20

Triadic Colors of #a75ecb

#a75ecb #cba75e #5ecba7

Analogous Colors of #a75ecb

#a75ecb #cb5eb9 #715ecb

Monochromatic Colors of #a75ecb

#a75ecb

Complementary Color

#a75ecb #82cb5e

#a75ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a75ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a75ecb Color CSS Codes

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

#a75ecb Text Font Color

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

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


#a75ecb Background Color

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

This div background color is #a75ecb


#a75ecb Border Color

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

This div border color is #a75ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a75ecb


Comments

No comments written yet.

Please login to write comment.