Color Hex Logo

#a275dc Color Hex

#A275DC
(162,117,220)
0 Favorites   0 Comments

Color spaces of #a275dc

RGB 162117220
HSL0.740.600.66
HSV266°47°86°
CMYK 0.260.470.00   0.14
XYZ34.179825.571370.8444
Yxy25.57130.26170.1958
Hunter Lab50.568132.1570-47.6659
CIE-Lab57.627938.1991-46.3607

#a275dc color RGB value is (162,117,220).

#a275dc hex color red value is 162, green value is 117 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a275dc hue: 0.74 , saturation: 0.60 and the lightness value of a275dc is 0.66.

The process color (four color CMYK) of #a275dc color hex is 0.26, 0.47, 0.00, 0.14. Web safe color of #a275dc is #9966cc. Color #a275dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01110101 11011100
Octal 242 165 334
Decimal 162 117 220
Hex A2 75 DC

RGB Percentages of Color #a275dc

%32.46
%23.45
%44.09

CMYK Percentages of Color #a275dc

%26
%47
%0
%14

Triadic Colors of #a275dc

#a275dc #dca275 #75dca2

Analogous Colors of #a275dc

#a275dc #d675dc #757cdc

Monochromatic Colors of #a275dc

#a275dc

Complementary Color

#a275dc #afdc75

#a275dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a275dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a275dc Color CSS Codes

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

#a275dc Text Font Color

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

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


#a275dc Background Color

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

This div background color is #a275dc


#a275dc Border Color

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

This div border color is #a275dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(162,117,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a275dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a275dc;
  -webkit-box-shadow: 1px 1px 3px 2px #a275dc;
  box-shadow:         1px 1px 3px 2px #a275dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,117,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a275dc


Comments

No comments written yet.

Please login to write comment.