Color Hex Logo

#a52ded Color Hex

#A52DED
(165,45,237)
0 Favorites   0 Comments

Color spaces of #a52ded

RGB 16545237
HSL0.770.840.55
HSV278°81°93°
CMYK 0.300.810.00   0.07
XYZ31.741515.990581.5343
Yxy15.99050.24560.1237
Hunter Lab39.988171.7093-92.8984
CIE-Lab46.962075.5083-73.0619

#a52ded color RGB value is (165,45,237).

#a52ded hex color red value is 165, green value is 45 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a52ded hue: 0.77 , saturation: 0.84 and the lightness value of a52ded is 0.55.

The process color (four color CMYK) of #a52ded color hex is 0.30, 0.81, 0.00, 0.07. Web safe color of #a52ded is #9933ff. Color #a52ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00101101 11101101
Octal 245 55 355
Decimal 165 45 237
Hex A5 2D ED

RGB Percentages of Color #a52ded

%36.91
%10.07
%53.02

CMYK Percentages of Color #a52ded

%30
%81
%0
%7

Triadic Colors of #a52ded

#a52ded #eda52d #2deda5

Analogous Colors of #a52ded

#a52ded #ed2dd5 #452ded

Monochromatic Colors of #a52ded

#a52ded

Complementary Color

#a52ded #75ed2d

#a52ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a52ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#a52ded Color CSS Codes

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

#a52ded Text Font Color

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

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


#a52ded Background Color

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

This div background color is #a52ded


#a52ded Border Color

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

This div border color is #a52ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a52ded


Comments

No comments written yet.

Please login to write comment.