Color Hex Logo

#d24afa Color Hex

#D24AFA
(210,74,250)
0 Favorites   0 Comments

Color spaces of #d24afa

RGB 21074250
HSL0.800.950.64
HSV286°70°98°
CMYK 0.160.700.00   0.02
XYZ46.282425.501392.9254
Yxy25.50130.28100.1548
Hunter Lab50.498875.2232-73.7533
CIE-Lab57.560676.2934-62.8804

#d24afa color RGB value is (210,74,250).

#d24afa hex color red value is 210, green value is 74 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d24afa hue: 0.80 , saturation: 0.95 and the lightness value of d24afa is 0.64.

The process color (four color CMYK) of #d24afa color hex is 0.16, 0.70, 0.00, 0.02. Web safe color of #d24afa is #cc33ff. Color #d24afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01001010 11111010
Octal 322 112 372
Decimal 210 74 250
Hex D2 4A FA

RGB Percentages of Color #d24afa

%39.33
%13.86
%46.82

CMYK Percentages of Color #d24afa

%16
%70
%0
%2

Triadic Colors of #d24afa

#d24afa #fad24a #4afad2

Analogous Colors of #d24afa

#d24afa #fa4aca #7a4afa

Monochromatic Colors of #d24afa

#d24afa

Complementary Color

#d24afa #72fa4a

#d24afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d24afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d24afa Color CSS Codes

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

#d24afa Text Font Color

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

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


#d24afa Background Color

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

This div background color is #d24afa


#d24afa Border Color

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

This div border color is #d24afa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(210,74,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d24afa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d24afa;
  -webkit-box-shadow: 1px 1px 3px 2px #d24afa;
  box-shadow:         1px 1px 3px 2px #d24afa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,74,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d24afa


Comments

No comments written yet.

Please login to write comment.