Color Hex Logo

#a35cd7 Color Hex

#A35CD7
(163,92,215)
0 Favorites   0 Comments

Color spaces of #a35cd7

RGB 16392215
HSL0.760.610.60
HSV275°57°84°
CMYK 0.240.570.00   0.16
XYZ31.197120.347166.5731
Yxy20.34710.26410.1723
Hunter Lab45.107844.5143-55.9288
CIE-Lab52.227450.8180-52.1165

#a35cd7 color RGB value is (163,92,215).

#a35cd7 hex color red value is 163, green value is 92 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #a35cd7 hue: 0.76 , saturation: 0.61 and the lightness value of a35cd7 is 0.60.

The process color (four color CMYK) of #a35cd7 color hex is 0.24, 0.57, 0.00, 0.16. Web safe color of #a35cd7 is #9966cc. Color #a35cd7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01011100 11010111
Octal 243 134 327
Decimal 163 92 215
Hex A3 5C D7

RGB Percentages of Color #a35cd7

%34.68
%19.57
%45.74

CMYK Percentages of Color #a35cd7

%24
%57
%0
%16

Triadic Colors of #a35cd7

#a35cd7 #d7a35c #5cd7a3

Analogous Colors of #a35cd7

#a35cd7 #d75cce #665cd7

Monochromatic Colors of #a35cd7

#a35cd7

Complementary Color

#a35cd7 #90d75c

#a35cd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a35cd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a35cd7 Color CSS Codes

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

#a35cd7 Text Font Color

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

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


#a35cd7 Background Color

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

This div background color is #a35cd7


#a35cd7 Border Color

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

This div border color is #a35cd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a35cd7


Comments

No comments written yet.

Please login to write comment.