Color Hex Logo

#d24582 Color Hex

#D24582
(210,69,130)
0 Favorites   0 Comments

Color spaces of #d24582

RGB 21069130
HSL0.930.610.55
HSV334°67°82°
CMYK 0.000.670.38   0.18
XYZ32.735719.569623.1710
Yxy19.56960.43370.2593
Hunter Lab44.237554.6740-0.0890
CIE-Lab51.347160.1919-3.2900

#d24582 color RGB value is (210,69,130).

#d24582 hex color red value is 210, green value is 69 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #d24582 hue: 0.93 , saturation: 0.61 and the lightness value of d24582 is 0.55.

The process color (four color CMYK) of #d24582 color hex is 0.00, 0.67, 0.38, 0.18. Web safe color of #d24582 is #cc3399. Color #d24582 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01000101 10000010
Octal 322 105 202
Decimal 210 69 130
Hex D2 45 82

RGB Percentages of Color #d24582

%51.34
%16.87
%31.78

CMYK Percentages of Color #d24582

%0
%67
%38
%18

Triadic Colors of #d24582

#d24582 #82d245 #4582d2

Analogous Colors of #d24582

#d24582 #d24e45 #d245c9

Monochromatic Colors of #d24582

#d24582

Complementary Color

#d24582 #45d295

#d24582 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d24582 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d24582 Color CSS Codes

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

#d24582 Text Font Color

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

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


#d24582 Background Color

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

This div background color is #d24582


#d24582 Border Color

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

This div border color is #d24582


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d24582


Comments

No comments written yet.

Please login to write comment.