Color Hex Logo

#a35fdc Color Hex

#A35FDC
(163,95,220)
0 Favorites   0 Comments

Color spaces of #a35fdc

RGB 16395220
HSL0.760.640.62
HSV273°57°86°
CMYK 0.260.570.00   0.14
XYZ32.114721.138370.0976
Yxy21.13830.26040.1714
Hunter Lab45.976444.2242-58.2126
CIE-Lab53.100550.4035-53.5553

#a35fdc color RGB value is (163,95,220).

#a35fdc hex color red value is 163, green value is 95 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a35fdc hue: 0.76 , saturation: 0.64 and the lightness value of a35fdc is 0.62.

The process color (four color CMYK) of #a35fdc color hex is 0.26, 0.57, 0.00, 0.14. Web safe color of #a35fdc is #9966cc. Color #a35fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01011111 11011100
Octal 243 137 334
Decimal 163 95 220
Hex A3 5F DC

RGB Percentages of Color #a35fdc

%34.10
%19.87
%46.03

CMYK Percentages of Color #a35fdc

%26
%57
%0
%14

Triadic Colors of #a35fdc

#a35fdc #dca35f #5fdca3

Analogous Colors of #a35fdc

#a35fdc #dc5fd7 #655fdc

Monochromatic Colors of #a35fdc

#a35fdc

Complementary Color

#a35fdc #98dc5f

#a35fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a35fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a35fdc Color CSS Codes

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

#a35fdc Text Font Color

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

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


#a35fdc Background Color

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

This div background color is #a35fdc


#a35fdc Border Color

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

This div border color is #a35fdc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(163,95,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a35fdc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a35fdc;
  -webkit-box-shadow: 1px 1px 3px 2px #a35fdc;
  box-shadow:         1px 1px 3px 2px #a35fdc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,95,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a35fdc


Comments

No comments written yet.

Please login to write comment.