Color Hex Logo

#a07cff Color Hex

#A07CFF
(160,124,255)
0 Favorites   0 Comments

Color spaces of #a07cff

RGB 160124255
HSL0.711.000.74
HSV256°51°100°
CMYK 0.370.510.00   0.00
XYZ39.754929.108998.1310
Yxy29.10890.23810.1743
Hunter Lab53.952737.1102-70.0719
CIE-Lab60.877642.5585-60.6397

#a07cff color RGB value is (160,124,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01111100 11111111
Octal 240 174 377
Decimal 160 124 255
Hex A0 7C FF

RGB Percentages of Color #a07cff

%29.68
%23.01
%47.31

CMYK Percentages of Color #a07cff

%37
%51
%0
%0

Triadic Colors of #a07cff

#a07cff #ffa07c #7cffa0

Analogous Colors of #a07cff

#a07cff #e27cff #7c9aff

Monochromatic Colors of #a07cff

#a07cff

Complementary Color

#a07cff #dbff7c

#a07cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a07cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a07cff Color CSS Codes

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

#a07cff Text Font Color

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

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


#a07cff Background Color

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

This div background color is #a07cff


#a07cff Border Color

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

This div border color is #a07cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a07cff


Comments

No comments written yet.

Please login to write comment.