Color Hex Logo

#d24faa Color Hex

#D24FAA
(210,79,170)
0 Favorites   0 Comments

Color spaces of #d24faa

RGB 21079170
HSL0.880.590.57
HSV318°62°82°
CMYK 0.000.620.19   0.18
XYZ36.630022.195940.3838
Yxy22.19590.36920.2237
Hunter Lab47.112556.3369-17.8433
CIE-Lab54.234261.1277-22.6028

#d24faa color RGB value is (210,79,170).

#d24faa hex color red value is 210, green value is 79 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d24faa hue: 0.88 , saturation: 0.59 and the lightness value of d24faa is 0.57.

The process color (four color CMYK) of #d24faa color hex is 0.00, 0.62, 0.19, 0.18. Web safe color of #d24faa is #cc6699. Color #d24faa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01001111 10101010
Octal 322 117 252
Decimal 210 79 170
Hex D2 4F AA

RGB Percentages of Color #d24faa

%45.75
%17.21
%37.04

CMYK Percentages of Color #d24faa

%0
%62
%19
%18

Triadic Colors of #d24faa

#d24faa #aad24f #4faad2

Analogous Colors of #d24faa

#d24faa #d24f69 #b94fd2

Monochromatic Colors of #d24faa

#d24faa

Complementary Color

#d24faa #4fd277

#d24faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d24faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d24faa Color CSS Codes

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

#d24faa Text Font Color

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

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


#d24faa Background Color

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

This div background color is #d24faa


#d24faa Border Color

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

This div border color is #d24faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d24faa


Comments

No comments written yet.

Please login to write comment.