Color Hex Logo

#d25770 Color Hex

#D25770
(210,87,112)
0 Favorites   0 Comments

Color spaces of #d25770

RGB 21087112
HSL0.970.580.58
HSV348°59°82°
CMYK 0.000.590.47   0.18
XYZ32.911221.687917.7808
Yxy21.68790.45470.2996
Hunter Lab46.570344.64799.9619
CIE-Lab53.694350.699810.8440

#d25770 color RGB value is (210,87,112).

#d25770 hex color red value is 210, green value is 87 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #d25770 hue: 0.97 , saturation: 0.58 and the lightness value of d25770 is 0.58.

The process color (four color CMYK) of #d25770 color hex is 0.00, 0.59, 0.47, 0.18. Web safe color of #d25770 is #cc6666. Color #d25770 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01010111 01110000
Octal 322 127 160
Decimal 210 87 112
Hex D2 57 70

RGB Percentages of Color #d25770

%51.34
%21.27
%27.38

CMYK Percentages of Color #d25770

%0
%59
%47
%18

Triadic Colors of #d25770

#d25770 #70d257 #5770d2

Analogous Colors of #d25770

#d25770 #d27c57 #d257ae

Monochromatic Colors of #d25770

#d25770

Complementary Color

#d25770 #57d2b9

#d25770 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d25770 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d25770 Color CSS Codes

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

#d25770 Text Font Color

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

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


#d25770 Background Color

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

This div background color is #d25770


#d25770 Border Color

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

This div border color is #d25770


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d25770


Comments

No comments written yet.

Please login to write comment.