Color Hex Logo

#d24fac Color Hex

#D24FAC
(210,79,172)
0 Favorites   0 Comments

Color spaces of #d24fac

RGB 21079172
HSL0.880.590.57
HSV317°62°82°
CMYK 0.000.620.18   0.18
XYZ36.820722.272241.3880
Yxy22.27220.36640.2217
Hunter Lab47.193456.6786-18.9611
CIE-Lab54.314661.4116-23.6455

#d24fac color RGB value is (210,79,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01001111 10101100
Octal 322 117 254
Decimal 210 79 172
Hex D2 4F AC

RGB Percentages of Color #d24fac

%45.55
%17.14
%37.31

CMYK Percentages of Color #d24fac

%0
%62
%18
%18

Triadic Colors of #d24fac

#d24fac #acd24f #4facd2

Analogous Colors of #d24fac

#d24fac #d24f6b #b74fd2

Monochromatic Colors of #d24fac

#d24fac

Complementary Color

#d24fac #4fd275

#d24fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d24fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d24fac Color CSS Codes

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

#d24fac Text Font Color

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

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


#d24fac Background Color

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

This div background color is #d24fac


#d24fac Border Color

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

This div border color is #d24fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d24fac


Comments

No comments written yet.

Please login to write comment.