Color Hex Logo

#a735ff Color Hex

#A735FF
(167,53,255)
0 Favorites   0 Comments

Color spaces of #a735ff

RGB 16753255
HSL0.761.000.60
HSV274°79°100°
CMYK 0.350.790.00   0.00
XYZ35.259517.981796.2202
Yxy17.98170.23590.1203
Hunter Lab42.404874.2138-104.8507
CIE-Lab49.473977.0507-79.0392

#a735ff color RGB value is (167,53,255).

#a735ff hex color red value is 167, green value is 53 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a735ff hue: 0.76 , saturation: 1.00 and the lightness value of a735ff is 0.60.

The process color (four color CMYK) of #a735ff color hex is 0.35, 0.79, 0.00, 0.00. Web safe color of #a735ff is #9933ff. Color #a735ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00110101 11111111
Octal 247 65 377
Decimal 167 53 255
Hex A7 35 FF

RGB Percentages of Color #a735ff

%35.16
%11.16
%53.68

CMYK Percentages of Color #a735ff

%35
%79
%0
%0

Triadic Colors of #a735ff

#a735ff #ffa735 #35ffa7

Analogous Colors of #a735ff

#a735ff #ff35f2 #4235ff

Monochromatic Colors of #a735ff

#a735ff

Complementary Color

#a735ff #8dff35

#a735ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a735ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a735ff Color CSS Codes

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

#a735ff Text Font Color

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

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


#a735ff Background Color

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

This div background color is #a735ff


#a735ff Border Color

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

This div border color is #a735ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a735ff


Comments

No comments written yet.

Please login to write comment.