Color Hex Logo

#d250df Color Hex

#D250DF
(210,80,223)
0 Favorites   0 Comments

Color spaces of #d250df

RGB 21080223
HSL0.820.690.59
HSV295°64°87°
CMYK 0.060.640.00   0.13
XYZ42.766324.766772.3385
Yxy24.76670.30580.1771
Hunter Lab49.766266.3023-51.3458
CIE-Lab56.847469.1428-48.9162

#d250df color RGB value is (210,80,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01010000 11011111
Octal 322 120 337
Decimal 210 80 223
Hex D2 50 DF

RGB Percentages of Color #d250df

%40.94
%15.59
%43.47

CMYK Percentages of Color #d250df

%6
%64
%0
%13

Triadic Colors of #d250df

#d250df #dfd250 #50dfd2

Analogous Colors of #d250df

#d250df #df50a5 #8b50df

Monochromatic Colors of #d250df

#d250df

Complementary Color

#d250df #5ddf50

#d250df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d250df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d250df Color CSS Codes

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

#d250df Text Font Color

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

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


#d250df Background Color

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

This div background color is #d250df


#d250df Border Color

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

This div border color is #d250df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,80,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 #d250df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d250df


Comments

No comments written yet.

Please login to write comment.