Color Hex Logo

#d373df Color Hex

#D373DF
(211,115,223)
0 Favorites   0 Comments

Color spaces of #d373df

RGB 211115223
HSL0.810.630.66
HSV293°48°87°
CMYK 0.050.480.00   0.13
XYZ46.314031.438173.4392
Yxy31.43810.30630.2079
Hunter Lab56.069749.3204-38.4083
CIE-Lab62.875753.4730-39.4032

#d373df color RGB value is (211,115,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01110011 11011111
Octal 323 163 337
Decimal 211 115 223
Hex D3 73 DF

RGB Percentages of Color #d373df

%38.43
%20.95
%40.62

CMYK Percentages of Color #d373df

%5
%48
%0
%13

Triadic Colors of #d373df

#d373df #dfd373 #73dfd3

Analogous Colors of #d373df

#d373df #df73b5 #9d73df

Monochromatic Colors of #d373df

#d373df

Complementary Color

#d373df #7fdf73

#d373df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d373df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d373df Color CSS Codes

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

#d373df Text Font Color

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

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


#d373df Background Color

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

This div background color is #d373df


#d373df Border Color

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

This div border color is #d373df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d373df


Comments

No comments written yet.

Please login to write comment.