Color Hex Logo

#a027cf Color Hex

#A027CF
(160,39,207)
0 Favorites   0 Comments

Color spaces of #a027cf

RGB 16039207
HSL0.790.680.48
HSV283°81°81°
CMYK 0.230.810.00   0.19
XYZ26.485213.429660.2277
Yxy13.42960.26450.1341
Hunter Lab36.646464.8748-71.7895
CIE-Lab43.403570.5318-61.7557

#a027cf color RGB value is (160,39,207).

#a027cf hex color red value is 160, green value is 39 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #a027cf hue: 0.79 , saturation: 0.68 and the lightness value of a027cf is 0.48.

The process color (four color CMYK) of #a027cf color hex is 0.23, 0.81, 0.00, 0.19. Web safe color of #a027cf is #9933cc. Color #a027cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00100111 11001111
Octal 240 47 317
Decimal 160 39 207
Hex A0 27 CF

RGB Percentages of Color #a027cf

%39.41
%9.61
%50.99

CMYK Percentages of Color #a027cf

%23
%81
%0
%19

Triadic Colors of #a027cf

#a027cf #cfa027 #27cfa0

Analogous Colors of #a027cf

#a027cf #cf27aa #4c27cf

Monochromatic Colors of #a027cf

#a027cf

Complementary Color

#a027cf #56cf27

#a027cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a027cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a027cf Color CSS Codes

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

#a027cf Text Font Color

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

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


#a027cf Background Color

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

This div background color is #a027cf


#a027cf Border Color

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

This div border color is #a027cf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,39,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 #a027cf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a027cf


Comments

No comments written yet.

Please login to write comment.