Color Hex Logo

#a75fee Color Hex

#A75FEE
(167,95,238)
0 Favorites   0 Comments

Color spaces of #a75fee

RGB 16795238
HSL0.750.810.65
HSV270°60°93°
CMYK 0.300.600.00   0.07
XYZ35.461222.573083.3769
Yxy22.57300.25080.1596
Hunter Lab47.511150.0841-70.7900
CIE-Lab54.629855.5109-61.1996

#a75fee color RGB value is (167,95,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01011111 11101110
Octal 247 137 356
Decimal 167 95 238
Hex A7 5F EE

RGB Percentages of Color #a75fee

%33.40
%19.00
%47.60

CMYK Percentages of Color #a75fee

%30
%60
%0
%7

Triadic Colors of #a75fee

#a75fee #eea75f #5feea7

Analogous Colors of #a75fee

#a75fee #ee5fee #5f5fee

Monochromatic Colors of #a75fee

#a75fee

Complementary Color

#a75fee #a6ee5f

#a75fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a75fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a75fee Color CSS Codes

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

#a75fee Text Font Color

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

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


#a75fee Background Color

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

This div background color is #a75fee


#a75fee Border Color

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

This div border color is #a75fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a75fee


Comments

No comments written yet.

Please login to write comment.