Color Hex Logo

#d75dbd Color Hex

#D75DBD
(215,93,189)
0 Favorites   0 Comments

Color spaces of #d75dbd

RGB 21593189
HSL0.870.600.60
HSV313°57°84°
CMYK 0.000.570.12   0.16
XYZ41.124025.949950.9855
Yxy25.94990.34830.2198
Hunter Lab50.941054.9538-23.6830
CIE-Lab57.989559.2516-27.7394

#d75dbd color RGB value is (215,93,189).

#d75dbd hex color red value is 215, green value is 93 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d75dbd hue: 0.87 , saturation: 0.60 and the lightness value of d75dbd is 0.60.

The process color (four color CMYK) of #d75dbd color hex is 0.00, 0.57, 0.12, 0.16. Web safe color of #d75dbd is #cc66cc. Color #d75dbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01011101 10111101
Octal 327 135 275
Decimal 215 93 189
Hex D7 5D BD

RGB Percentages of Color #d75dbd

%43.26
%18.71
%38.03

CMYK Percentages of Color #d75dbd

%0
%57
%12
%16

Triadic Colors of #d75dbd

#d75dbd #bdd75d #5dbdd7

Analogous Colors of #d75dbd

#d75dbd #d75d80 #b45dd7

Monochromatic Colors of #d75dbd

#d75dbd

Complementary Color

#d75dbd #5dd777

#d75dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d75dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d75dbd Color CSS Codes

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

#d75dbd Text Font Color

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

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


#d75dbd Background Color

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

This div background color is #d75dbd


#d75dbd Border Color

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

This div border color is #d75dbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(215,93,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d75dbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d75dbd;
  -webkit-box-shadow: 1px 1px 3px 2px #d75dbd;
  box-shadow:         1px 1px 3px 2px #d75dbd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,93,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d75dbd


Comments

No comments written yet.

Please login to write comment.