Color Hex Logo

#a52cdf Color Hex

#A52CDF
(165,44,223)
0 Favorites   0 Comments

Color spaces of #a52cdf

RGB 16544223
HSL0.780.740.52
HSV281°80°87°
CMYK 0.260.800.00   0.13
XYZ29.737015.128471.1648
Yxy15.12840.25630.1304
Hunter Lab38.895268.4039-81.2535
CIE-Lab45.809673.0142-66.9979

#a52cdf color RGB value is (165,44,223).

#a52cdf hex color red value is 165, green value is 44 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a52cdf hue: 0.78 , saturation: 0.74 and the lightness value of a52cdf is 0.52.

The process color (four color CMYK) of #a52cdf color hex is 0.26, 0.80, 0.00, 0.13. Web safe color of #a52cdf is #9933cc. Color #a52cdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00101100 11011111
Octal 245 54 337
Decimal 165 44 223
Hex A5 2C DF

RGB Percentages of Color #a52cdf

%38.19
%10.19
%51.62

CMYK Percentages of Color #a52cdf

%26
%80
%0
%13

Triadic Colors of #a52cdf

#a52cdf #dfa52c #2cdfa5

Analogous Colors of #a52cdf

#a52cdf #df2cc0 #4b2cdf

Monochromatic Colors of #a52cdf

#a52cdf

Complementary Color

#a52cdf #66df2c

#a52cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a52cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a52cdf Color CSS Codes

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

#a52cdf Text Font Color

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

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


#a52cdf Background Color

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

This div background color is #a52cdf


#a52cdf Border Color

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

This div border color is #a52cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a52cdf


Comments

No comments written yet.

Please login to write comment.