Color Hex Logo

#d25c5e Color Hex

#D25C5E
(210,92,94)
0 Favorites   0 Comments

Color spaces of #d25c5e

RGB 2109294
HSL1.000.570.59
HSV359°56°82°
CMYK 0.000.560.55   0.18
XYZ32.425922.164113.1587
Yxy22.16410.47860.3272
Hunter Lab47.078840.555616.3833
CIE-Lab54.200746.782722.1543

#d25c5e color RGB value is (210,92,94).

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

The process color (four color CMYK) of #d25c5e color hex is 0.00, 0.56, 0.55, 0.18. Web safe color of #d25c5e is #cc6666. Color #d25c5e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01011100 01011110
Octal 322 134 136
Decimal 210 92 94
Hex D2 5C 5E

RGB Percentages of Color #d25c5e

%53.03
%23.23
%23.74

CMYK Percentages of Color #d25c5e

%0
%56
%55
%18

Triadic Colors of #d25c5e

#d25c5e #5ed25c #5c5ed2

Analogous Colors of #d25c5e

#d25c5e #d2955c #d25c99

Monochromatic Colors of #d25c5e

#d25c5e

Complementary Color

#d25c5e #5cd2d0

#d25c5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d25c5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d25c5e Color CSS Codes

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

#d25c5e Text Font Color

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

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


#d25c5e Background Color

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

This div background color is #d25c5e


#d25c5e Border Color

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

This div border color is #d25c5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d25c5e


Comments

No comments written yet.

Please login to write comment.