Color Hex Logo

#a596fc Color Hex

#A596FC
(165,150,252)
0 Favorites   0 Comments

Color spaces of #a596fc

RGB 165150252
HSL0.690.940.79
HSV249°40°99°
CMYK 0.350.400.00   0.01
XYZ43.994136.840396.8876
Yxy36.84030.24750.2073
Hunter Lab60.696223.1628-52.1556
CIE-Lab67.157028.3368-48.9937

#a596fc color RGB value is (165,150,252).

#a596fc hex color red value is 165, green value is 150 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #a596fc hue: 0.69 , saturation: 0.94 and the lightness value of a596fc is 0.79.

The process color (four color CMYK) of #a596fc color hex is 0.35, 0.40, 0.00, 0.01. Web safe color of #a596fc is #9999ff. Color #a596fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10010110 11111100
Octal 245 226 374
Decimal 165 150 252
Hex A5 96 FC

RGB Percentages of Color #a596fc

%29.10
%26.46
%44.44

CMYK Percentages of Color #a596fc

%35
%40
%0
%1

Triadic Colors of #a596fc

#a596fc #fca596 #96fca5

Analogous Colors of #a596fc

#a596fc #d896fc #96bafc

Monochromatic Colors of #a596fc

#a596fc

Complementary Color

#a596fc #edfc96

#a596fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a596fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a596fc Color CSS Codes

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

#a596fc Text Font Color

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

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


#a596fc Background Color

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

This div background color is #a596fc


#a596fc Border Color

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

This div border color is #a596fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a596fc


Comments

No comments written yet.

Please login to write comment.