Color Hex Logo

#d575dc Color Hex

#D575DC
(213,117,220)
0 Favorites   0 Comments

Color spaces of #d575dc

RGB 213117220
HSL0.820.600.66
HSV296°47°86°
CMYK 0.030.470.00   0.14
XYZ46.720132.036071.4313
Yxy32.03600.31110.2133
Hunter Lab56.600448.2901-35.2055
CIE-Lab63.372652.4779-36.9332

#d575dc color RGB value is (213,117,220).

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

The process color (four color CMYK) of #d575dc color hex is 0.03, 0.47, 0.00, 0.14. Web safe color of #d575dc is #cc66cc. Color #d575dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01110101 11011100
Octal 325 165 334
Decimal 213 117 220
Hex D5 75 DC

RGB Percentages of Color #d575dc

%38.73
%21.27
%40.00

CMYK Percentages of Color #d575dc

%3
%47
%0
%14

Triadic Colors of #d575dc

#d575dc #dcd575 #75dcd5

Analogous Colors of #d575dc

#d575dc #dc75b0 #a275dc

Monochromatic Colors of #d575dc

#d575dc

Complementary Color

#d575dc #7cdc75

#d575dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d575dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d575dc Color CSS Codes

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

#d575dc Text Font Color

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

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


#d575dc Background Color

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

This div background color is #d575dc


#d575dc Border Color

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

This div border color is #d575dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d575dc


Comments

No comments written yet.

Please login to write comment.