Color Hex Logo

#d273df Color Hex

#D273DF
(210,115,223)
0 Favorites   0 Comments

Color spaces of #d273df

RGB 210115223
HSL0.810.630.66
HSV293°48°87°
CMYK 0.060.480.00   0.13
XYZ46.028431.290873.4258
Yxy31.29080.30530.2076
Hunter Lab55.938248.9859-38.6688
CIE-Lab62.752453.1944-39.6052

#d273df color RGB value is (210,115,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01110011 11011111
Octal 322 163 337
Decimal 210 115 223
Hex D2 73 DF

RGB Percentages of Color #d273df

%38.32
%20.99
%40.69

CMYK Percentages of Color #d273df

%6
%48
%0
%13

Triadic Colors of #d273df

#d273df #dfd273 #73dfd2

Analogous Colors of #d273df

#d273df #df73b6 #9c73df

Monochromatic Colors of #d273df

#d273df

Complementary Color

#d273df #80df73

#d273df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d273df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d273df Color CSS Codes

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

#d273df Text Font Color

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

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


#d273df Background Color

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

This div background color is #d273df


#d273df Border Color

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

This div border color is #d273df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d273df


Comments

No comments written yet.

Please login to write comment.