Color Hex Logo

#d373ed Color Hex

#D373ED
(211,115,237)
0 Favorites   0 Comments

Color spaces of #d373ed

RGB 211115237
HSL0.800.770.69
HSV287°51°93°
CMYK 0.110.510.00   0.07
XYZ48.280832.224883.7961
Yxy32.22480.29390.1961
Hunter Lab56.766952.4739-47.7837
CIE-Lab63.528256.1530-46.1635

#d373ed color RGB value is (211,115,237).

#d373ed hex color red value is 211, green value is 115 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d373ed hue: 0.80 , saturation: 0.77 and the lightness value of d373ed is 0.69.

The process color (four color CMYK) of #d373ed color hex is 0.11, 0.51, 0.00, 0.07. Web safe color of #d373ed is #cc66ff. Color #d373ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01110011 11101101
Octal 323 163 355
Decimal 211 115 237
Hex D3 73 ED

RGB Percentages of Color #d373ed

%37.48
%20.43
%42.10

CMYK Percentages of Color #d373ed

%11
%51
%0
%7

Triadic Colors of #d373ed

#d373ed #edd373 #73edd3

Analogous Colors of #d373ed

#d373ed #ed73ca #9673ed

Monochromatic Colors of #d373ed

#d373ed

Complementary Color

#d373ed #8ded73

#d373ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d373ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d373ed Color CSS Codes

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

#d373ed Text Font Color

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

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


#d373ed Background Color

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

This div background color is #d373ed


#d373ed Border Color

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

This div border color is #d373ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d373ed


Comments

No comments written yet.

Please login to write comment.