Color Hex Logo

#d755cd Color Hex

#D755CD
(215,85,205)
0 Favorites   0 Comments

Color spaces of #d755cd

RGB 21585205
HSL0.850.620.59
HSV305°60°84°
CMYK 0.000.600.05   0.16
XYZ42.292325.351960.4220
Yxy25.35190.33020.1980
Hunter Lab50.350761.8183-35.9039
CIE-Lab57.416765.2682-37.7715

#d755cd color RGB value is (215,85,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01010101 11001101
Octal 327 125 315
Decimal 215 85 205
Hex D7 55 CD

RGB Percentages of Color #d755cd

%42.57
%16.83
%40.59

CMYK Percentages of Color #d755cd

%0
%60
%5
%16

Triadic Colors of #d755cd

#d755cd #cdd755 #55cdd7

Analogous Colors of #d755cd

#d755cd #d7558c #a055d7

Monochromatic Colors of #d755cd

#d755cd

Complementary Color

#d755cd #55d75f

#d755cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d755cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d755cd Color CSS Codes

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

#d755cd Text Font Color

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

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


#d755cd Background Color

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

This div background color is #d755cd


#d755cd Border Color

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

This div border color is #d755cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d755cd


Comments

No comments written yet.

Please login to write comment.