Color Hex Logo

#a433fd Color Hex

#A433FD
(164,51,253)
0 Favorites   0 Comments

Color spaces of #a433fd

RGB 16451253
HSL0.760.980.60
HSV274°80°99°
CMYK 0.350.800.00   0.01
XYZ34.223317.352094.4740
Yxy17.35200.23430.1188
Hunter Lab41.655773.7536-105.3090
CIE-Lab48.700576.8298-79.2045

#a433fd color RGB value is (164,51,253).

#a433fd hex color red value is 164, green value is 51 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #a433fd hue: 0.76 , saturation: 0.98 and the lightness value of a433fd is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00110011 11111101
Octal 244 63 375
Decimal 164 51 253
Hex A4 33 FD

RGB Percentages of Color #a433fd

%35.04
%10.90
%54.06

CMYK Percentages of Color #a433fd

%35
%80
%0
%1

Triadic Colors of #a433fd

#a433fd #fda433 #33fda4

Analogous Colors of #a433fd

#a433fd #fd33f1 #3f33fd

Monochromatic Colors of #a433fd

#a433fd

Complementary Color

#a433fd #8cfd33

#a433fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a433fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a433fd Color CSS Codes

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

#a433fd Text Font Color

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

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


#a433fd Background Color

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

This div background color is #a433fd


#a433fd Border Color

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

This div border color is #a433fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a433fd


Comments

No comments written yet.

Please login to write comment.