Color Hex Logo

#d25faa Color Hex

#D25FAA
(210,95,170)
0 Favorites   0 Comments

Color spaces of #d25faa

RGB 21095170
HSL0.890.560.60
HSV321°55°82°
CMYK 0.000.550.19   0.18
XYZ37.926224.788340.8159
Yxy24.78830.36630.2394
Hunter Lab49.787848.8447-13.7542
CIE-Lab56.868654.0152-18.5716

#d25faa color RGB value is (210,95,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01011111 10101010
Octal 322 137 252
Decimal 210 95 170
Hex D2 5F AA

RGB Percentages of Color #d25faa

%44.21
%20.00
%35.79

CMYK Percentages of Color #d25faa

%0
%55
%19
%18

Triadic Colors of #d25faa

#d25faa #aad25f #5faad2

Analogous Colors of #d25faa

#d25faa #d25f71 #c15fd2

Monochromatic Colors of #d25faa

#d25faa

Complementary Color

#d25faa #5fd287

#d25faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d25faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d25faa Color CSS Codes

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

#d25faa Text Font Color

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

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


#d25faa Background Color

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

This div background color is #d25faa


#d25faa Border Color

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

This div border color is #d25faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d25faa


Comments

No comments written yet.

Please login to write comment.