Color Hex Logo

#d270df Color Hex

#D270DF
(210,112,223)
0 Favorites   0 Comments

Color spaces of #d270df

RGB 210112223
HSL0.810.630.66
HSV293°50°87°
CMYK 0.060.500.00   0.13
XYZ45.691830.617773.3136
Yxy30.61770.30540.2046
Hunter Lab55.333350.5643-39.8228
CIE-Lab62.183654.6866-40.4965

#d270df color RGB value is (210,112,223).

#d270df hex color red value is 210, green value is 112 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d270df hue: 0.81 , saturation: 0.63 and the lightness value of d270df is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01110000 11011111
Octal 322 160 337
Decimal 210 112 223
Hex D2 70 DF

RGB Percentages of Color #d270df

%38.53
%20.55
%40.92

CMYK Percentages of Color #d270df

%6
%50
%0
%13

Triadic Colors of #d270df

#d270df #dfd270 #70dfd2

Analogous Colors of #d270df

#d270df #df70b5 #9b70df

Monochromatic Colors of #d270df

#d270df

Complementary Color

#d270df #7ddf70

#d270df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d270df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d270df Color CSS Codes

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

#d270df Text Font Color

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

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


#d270df Background Color

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

This div background color is #d270df


#d270df Border Color

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

This div border color is #d270df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d270df


Comments

No comments written yet.

Please login to write comment.