Color Hex Logo

#a54fdf Color Hex

#A54FDF
(165,79,223)
0 Favorites   0 Comments

Color spaces of #a54fdf

RGB 16579223
HSL0.770.690.59
HSV276°65°87°
CMYK 0.260.650.00   0.13
XYZ31.632318.919071.7966
Yxy18.91900.25850.1546
Hunter Lab43.496053.6956-67.4198
CIE-Lab50.592359.4622-59.2640

#a54fdf color RGB value is (165,79,223).

#a54fdf hex color red value is 165, green value is 79 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a54fdf hue: 0.77 , saturation: 0.69 and the lightness value of a54fdf is 0.59.

The process color (four color CMYK) of #a54fdf color hex is 0.26, 0.65, 0.00, 0.13. Web safe color of #a54fdf is #9966cc. Color #a54fdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01001111 11011111
Octal 245 117 337
Decimal 165 79 223
Hex A5 4F DF

RGB Percentages of Color #a54fdf

%35.33
%16.92
%47.75

CMYK Percentages of Color #a54fdf

%26
%65
%0
%13

Triadic Colors of #a54fdf

#a54fdf #dfa54f #4fdfa5

Analogous Colors of #a54fdf

#a54fdf #df4fd1 #5d4fdf

Monochromatic Colors of #a54fdf

#a54fdf

Complementary Color

#a54fdf #89df4f

#a54fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a54fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a54fdf Color CSS Codes

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

#a54fdf Text Font Color

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

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


#a54fdf Background Color

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

This div background color is #a54fdf


#a54fdf Border Color

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

This div border color is #a54fdf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(165,79,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a54fdf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a54fdf;
  -webkit-box-shadow: 1px 1px 3px 2px #a54fdf;
  box-shadow:         1px 1px 3px 2px #a54fdf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,79,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a54fdf


Comments

No comments written yet.

Please login to write comment.