Color Hex Logo

#d25175 Color Hex

#D25175
(210,81,117)
0 Favorites   0 Comments

Color spaces of #d25175

RGB 21081117
HSL0.950.590.57
HSV343°61°82°
CMYK 0.000.610.44   0.18
XYZ32.731720.870919.1329
Yxy20.87090.45000.2869
Hunter Lab45.684747.94177.1484
CIE-Lab52.807953.88086.6123

#d25175 color RGB value is (210,81,117).

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

The process color (four color CMYK) of #d25175 color hex is 0.00, 0.61, 0.44, 0.18. Web safe color of #d25175 is #cc6666. Color #d25175 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01010001 01110101
Octal 322 121 165
Decimal 210 81 117
Hex D2 51 75

RGB Percentages of Color #d25175

%51.47
%19.85
%28.68

CMYK Percentages of Color #d25175

%0
%61
%44
%18

Triadic Colors of #d25175

#d25175 #75d251 #5175d2

Analogous Colors of #d25175

#d25175 #d26e51 #d251b6

Monochromatic Colors of #d25175

#d25175

Complementary Color

#d25175 #51d2ae

#d25175 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d25175 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d25175 Color CSS Codes

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

#d25175 Text Font Color

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

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


#d25175 Background Color

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

This div background color is #d25175


#d25175 Border Color

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

This div border color is #d25175


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d25175


Comments

No comments written yet.

Please login to write comment.