Color Hex Logo

#d25faf Color Hex

#D25FAF
(210,95,175)
0 Favorites   0 Comments

Color spaces of #d25faf

RGB 21095175
HSL0.880.560.60
HSV318°55°82°
CMYK 0.000.550.17   0.18
XYZ38.408424.981243.3549
Yxy24.98120.35980.2340
Hunter Lab49.981249.7025-16.4427
CIE-Lab57.057154.7560-21.1768

#d25faf color RGB value is (210,95,175).

#d25faf hex color red value is 210, green value is 95 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #d25faf hue: 0.88 , saturation: 0.56 and the lightness value of d25faf is 0.60.

The process color (four color CMYK) of #d25faf color hex is 0.00, 0.55, 0.17, 0.18. Web safe color of #d25faf is #cc6699. Color #d25faf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01011111 10101111
Octal 322 137 257
Decimal 210 95 175
Hex D2 5F AF

RGB Percentages of Color #d25faf

%43.75
%19.79
%36.46

CMYK Percentages of Color #d25faf

%0
%55
%17
%18

Triadic Colors of #d25faf

#d25faf #afd25f #5fafd2

Analogous Colors of #d25faf

#d25faf #d25f76 #bc5fd2

Monochromatic Colors of #d25faf

#d25faf

Complementary Color

#d25faf #5fd282

#d25faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d25faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d25faf Color CSS Codes

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

#d25faf Text Font Color

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

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


#d25faf Background Color

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

This div background color is #d25faf


#d25faf Border Color

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

This div border color is #d25faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d25faf


Comments

No comments written yet.

Please login to write comment.