Color Hex Logo

#d373dc Color Hex

#D373DC
(211,115,220)
0 Favorites   0 Comments

Color spaces of #d373dc

RGB 211115220
HSL0.820.600.66
HSV295°48°86°
CMYK 0.040.480.00   0.14
XYZ45.913031.277771.3275
Yxy31.27770.30910.2106
Hunter Lab55.926548.6688-36.4688
CIE-Lab62.741452.9133-37.9374

#d373dc color RGB value is (211,115,220).

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

The process color (four color CMYK) of #d373dc color hex is 0.04, 0.48, 0.00, 0.14. Web safe color of #d373dc is #cc66cc. Color #d373dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01110011 11011100
Octal 323 163 334
Decimal 211 115 220
Hex D3 73 DC

RGB Percentages of Color #d373dc

%38.64
%21.06
%40.29

CMYK Percentages of Color #d373dc

%4
%48
%0
%14

Triadic Colors of #d373dc

#d373dc #dcd373 #73dcd3

Analogous Colors of #d373dc

#d373dc #dc73b1 #9f73dc

Monochromatic Colors of #d373dc

#d373dc

Complementary Color

#d373dc #7cdc73

#d373dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d373dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d373dc Color CSS Codes

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

#d373dc Text Font Color

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

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


#d373dc Background Color

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

This div background color is #d373dc


#d373dc Border Color

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

This div border color is #d373dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,115,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d373dc


Comments

No comments written yet.

Please login to write comment.