Color Hex Logo

#d25fdf Color Hex

#D25FDF
(210,95,223)
0 Favorites   0 Comments

Color spaces of #d25fdf

RGB 21095223
HSL0.820.670.62
HSV294°57°87°
CMYK 0.060.570.00   0.13
XYZ43.989827.213872.7463
Yxy27.21380.30560.1891
Hunter Lab52.166859.2285-46.1627
CIE-Lab59.171762.7437-45.2361

#d25fdf color RGB value is (210,95,223).

#d25fdf hex color red value is 210, green value is 95 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d25fdf hue: 0.82 , saturation: 0.67 and the lightness value of d25fdf is 0.62.

The process color (four color CMYK) of #d25fdf color hex is 0.06, 0.57, 0.00, 0.13. Web safe color of #d25fdf is #cc66cc. Color #d25fdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01011111 11011111
Octal 322 137 337
Decimal 210 95 223
Hex D2 5F DF

RGB Percentages of Color #d25fdf

%39.77
%17.99
%42.23

CMYK Percentages of Color #d25fdf

%6
%57
%0
%13

Triadic Colors of #d25fdf

#d25fdf #dfd25f #5fdfd2

Analogous Colors of #d25fdf

#d25fdf #df5fac #925fdf

Monochromatic Colors of #d25fdf

#d25fdf

Complementary Color

#d25fdf #6cdf5f

#d25fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d25fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d25fdf Color CSS Codes

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

#d25fdf Text Font Color

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

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


#d25fdf Background Color

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

This div background color is #d25fdf


#d25fdf Border Color

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

This div border color is #d25fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d25fdf


Comments

No comments written yet.

Please login to write comment.