Color Hex Logo

#d24f89 Color Hex

#D24F89
(210,79,137)
0 Favorites   0 Comments

Color spaces of #d24f89

RGB 21079137
HSL0.930.590.57
HSV333°62°82°
CMYK 0.000.620.35   0.18
XYZ33.889721.099725.9534
Yxy21.09970.41870.2607
Hunter Lab45.934451.3093-1.3454
CIE-Lab53.058456.8862-4.9394

#d24f89 color RGB value is (210,79,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01001111 10001001
Octal 322 117 211
Decimal 210 79 137
Hex D2 4F 89

RGB Percentages of Color #d24f89

%49.30
%18.54
%32.16

CMYK Percentages of Color #d24f89

%0
%62
%35
%18

Triadic Colors of #d24f89

#d24f89 #89d24f #4f89d2

Analogous Colors of #d24f89

#d24f89 #d2574f #d24fcb

Monochromatic Colors of #d24f89

#d24f89

Complementary Color

#d24f89 #4fd298

#d24f89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d24f89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d24f89 Color CSS Codes

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

#d24f89 Text Font Color

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

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


#d24f89 Background Color

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

This div background color is #d24f89


#d24f89 Border Color

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

This div border color is #d24f89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d24f89


Comments

No comments written yet.

Please login to write comment.