Color Hex Logo

#a435cb Color Hex

#A435CB
(164,53,203)
0 Favorites   0 Comments

Color spaces of #a435cb

RGB 16453203
HSL0.790.590.50
HSV284°74°80°
CMYK 0.190.740.00   0.20
XYZ27.362414.750557.9049
Yxy14.75050.27360.1475
Hunter Lab38.406459.9601-62.5065
CIE-Lab45.290665.9645-56.3640

#a435cb color RGB value is (164,53,203).

#a435cb hex color red value is 164, green value is 53 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a435cb hue: 0.79 , saturation: 0.59 and the lightness value of a435cb is 0.50.

The process color (four color CMYK) of #a435cb color hex is 0.19, 0.74, 0.00, 0.20. Web safe color of #a435cb is #9933cc. Color #a435cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00110101 11001011
Octal 244 65 313
Decimal 164 53 203
Hex A4 35 CB

RGB Percentages of Color #a435cb

%39.05
%12.62
%48.33

CMYK Percentages of Color #a435cb

%19
%74
%0
%20

Triadic Colors of #a435cb

#a435cb #cba435 #35cba4

Analogous Colors of #a435cb

#a435cb #cb35a7 #5935cb

Monochromatic Colors of #a435cb

#a435cb

Complementary Color

#a435cb #5ccb35

#a435cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a435cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a435cb Color CSS Codes

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

#a435cb Text Font Color

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

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


#a435cb Background Color

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

This div background color is #a435cb


#a435cb Border Color

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

This div border color is #a435cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,53,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a435cb


Comments

No comments written yet.

Please login to write comment.