Color Hex Logo

#a273cf Color Hex

#A273CF
(162,115,207)
0 Favorites   0 Comments

Color spaces of #a273cf

RGB 162115207
HSL0.750.490.63
HSV271°44°81°
CMYK 0.220.440.00   0.19
XYZ32.293524.447862.0483
Yxy24.44780.27190.2058
Hunter Lab49.444730.0543-39.7919
CIE-Lab56.533436.2518-40.7560

#a273cf color RGB value is (162,115,207).

#a273cf hex color red value is 162, green value is 115 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #a273cf hue: 0.75 , saturation: 0.49 and the lightness value of a273cf is 0.63.

The process color (four color CMYK) of #a273cf color hex is 0.22, 0.44, 0.00, 0.19. Web safe color of #a273cf is #9966cc. Color #a273cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01110011 11001111
Octal 242 163 317
Decimal 162 115 207
Hex A2 73 CF

RGB Percentages of Color #a273cf

%33.47
%23.76
%42.77

CMYK Percentages of Color #a273cf

%22
%44
%0
%19

Triadic Colors of #a273cf

#a273cf #cfa273 #73cfa2

Analogous Colors of #a273cf

#a273cf #cf73ce #7473cf

Monochromatic Colors of #a273cf

#a273cf

Complementary Color

#a273cf #a0cf73

#a273cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a273cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a273cf Color CSS Codes

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

#a273cf Text Font Color

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

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


#a273cf Background Color

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

This div background color is #a273cf


#a273cf Border Color

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

This div border color is #a273cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a273cf


Comments

No comments written yet.

Please login to write comment.