Color Hex Logo

#a75fed Color Hex

#A75FED
(167,95,237)
0 Favorites   0 Comments

Color spaces of #a75fed

RGB 16795237
HSL0.750.800.65
HSV270°60°93°
CMYK 0.300.600.00   0.07
XYZ35.314622.514382.6052
Yxy22.51430.25150.1603
Hunter Lab47.449249.8144-70.0045
CIE-Lab54.568555.2784-60.7390

#a75fed color RGB value is (167,95,237).

#a75fed hex color red value is 167, green value is 95 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a75fed hue: 0.75 , saturation: 0.80 and the lightness value of a75fed is 0.65.

The process color (four color CMYK) of #a75fed color hex is 0.30, 0.60, 0.00, 0.07. Web safe color of #a75fed is #9966ff. Color #a75fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01011111 11101101
Octal 247 137 355
Decimal 167 95 237
Hex A7 5F ED

RGB Percentages of Color #a75fed

%33.47
%19.04
%47.49

CMYK Percentages of Color #a75fed

%30
%60
%0
%7

Triadic Colors of #a75fed

#a75fed #eda75f #5feda7

Analogous Colors of #a75fed

#a75fed #ed5fec #605fed

Monochromatic Colors of #a75fed

#a75fed

Complementary Color

#a75fed #a5ed5f

#a75fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a75fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a75fed Color CSS Codes

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

#a75fed Text Font Color

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

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


#a75fed Background Color

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

This div background color is #a75fed


#a75fed Border Color

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

This div border color is #a75fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a75fed


Comments

No comments written yet.

Please login to write comment.