Color Hex Logo

#a07cfc Color Hex

#A07CFC
(160,124,252)
0 Favorites   0 Comments

Color spaces of #a07cfc

RGB 160124252
HSL0.710.960.74
HSV257°51°99°
CMYK 0.370.510.00   0.01
XYZ39.275528.917295.6070
Yxy28.91720.23980.1765
Hunter Lab53.774736.2655-67.7704
CIE-Lab60.708541.7784-59.2606

#a07cfc color RGB value is (160,124,252).

#a07cfc hex color red value is 160, green value is 124 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #a07cfc hue: 0.71 , saturation: 0.96 and the lightness value of a07cfc is 0.74.

The process color (four color CMYK) of #a07cfc color hex is 0.37, 0.51, 0.00, 0.01. Web safe color of #a07cfc is #9966ff. Color #a07cfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01111100 11111100
Octal 240 174 374
Decimal 160 124 252
Hex A0 7C FC

RGB Percentages of Color #a07cfc

%29.85
%23.13
%47.01

CMYK Percentages of Color #a07cfc

%37
%51
%0
%1

Triadic Colors of #a07cfc

#a07cfc #fca07c #7cfca0

Analogous Colors of #a07cfc

#a07cfc #e07cfc #7c98fc

Monochromatic Colors of #a07cfc

#a07cfc

Complementary Color

#a07cfc #d8fc7c

#a07cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a07cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a07cfc Color CSS Codes

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

#a07cfc Text Font Color

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

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


#a07cfc Background Color

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

This div background color is #a07cfc


#a07cfc Border Color

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

This div border color is #a07cfc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,124,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a07cfc


Comments

No comments written yet.

Please login to write comment.