Color Hex Logo

#d753cd Color Hex

#D753CD
(215,83,205)
0 Favorites   0 Comments

Color spaces of #d753cd

RGB 21583205
HSL0.850.620.58
HSV305°61°84°
CMYK 0.000.610.05   0.16
XYZ42.137025.041460.3702
Yxy25.04140.33040.1963
Hunter Lab50.041462.7323-36.4988
CIE-Lab57.115766.0976-38.2434

#d753cd color RGB value is (215,83,205).

#d753cd hex color red value is 215, green value is 83 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d753cd hue: 0.85 , saturation: 0.62 and the lightness value of d753cd is 0.58.

The process color (four color CMYK) of #d753cd color hex is 0.00, 0.61, 0.05, 0.16. Web safe color of #d753cd is #cc66cc. Color #d753cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01010011 11001101
Octal 327 123 315
Decimal 215 83 205
Hex D7 53 CD

RGB Percentages of Color #d753cd

%42.74
%16.50
%40.76

CMYK Percentages of Color #d753cd

%0
%61
%5
%16

Triadic Colors of #d753cd

#d753cd #cdd753 #53cdd7

Analogous Colors of #d753cd

#d753cd #d7538b #9f53d7

Monochromatic Colors of #d753cd

#d753cd

Complementary Color

#d753cd #53d75d

#d753cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d753cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d753cd Color CSS Codes

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

#d753cd Text Font Color

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

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


#d753cd Background Color

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

This div background color is #d753cd


#d753cd Border Color

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

This div border color is #d753cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d753cd


Comments

No comments written yet.

Please login to write comment.