Color Hex Logo

#a75efb Color Hex

#A75EFB
(167,94,251)
0 Favorites   0 Comments

Color spaces of #a75efb

RGB 16794251
HSL0.740.950.68
HSV268°63°98°
CMYK 0.330.630.00   0.02
XYZ37.351623.185993.7735
Yxy23.18590.24210.1503
Hunter Lab48.151754.1980-81.7586
CIE-Lab55.263359.0659-67.4167

#a75efb color RGB value is (167,94,251).

#a75efb hex color red value is 167, green value is 94 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a75efb hue: 0.74 , saturation: 0.95 and the lightness value of a75efb is 0.68.

The process color (four color CMYK) of #a75efb color hex is 0.33, 0.63, 0.00, 0.02. Web safe color of #a75efb is #9966ff. Color #a75efb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01011110 11111011
Octal 247 136 373
Decimal 167 94 251
Hex A7 5E FB

RGB Percentages of Color #a75efb

%32.62
%18.36
%49.02

CMYK Percentages of Color #a75efb

%33
%63
%0
%2

Triadic Colors of #a75efb

#a75efb #fba75e #5efba7

Analogous Colors of #a75efb

#a75efb #f65efb #5e64fb

Monochromatic Colors of #a75efb

#a75efb

Complementary Color

#a75efb #b2fb5e

#a75efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a75efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a75efb Color CSS Codes

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

#a75efb Text Font Color

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

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


#a75efb Background Color

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

This div background color is #a75efb


#a75efb Border Color

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

This div border color is #a75efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a75efb


Comments

No comments written yet.

Please login to write comment.