Color Hex Logo

#d785cd Color Hex

#D785CD
(215,133,205)
0 Favorites   0 Comments

Color spaces of #d785cd

RGB 215133205
HSL0.850.510.68
HSV307°38°84°
CMYK 0.000.380.05   0.16
XYZ47.431335.629962.1350
Yxy35.62990.32670.2454
Hunter Lab59.690837.3802-19.9343
CIE-Lab66.236242.1272-24.1042

#d785cd color RGB value is (215,133,205).

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

The process color (four color CMYK) of #d785cd color hex is 0.00, 0.38, 0.05, 0.16. Web safe color of #d785cd is #cc99cc. Color #d785cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10000101 11001101
Octal 327 205 315
Decimal 215 133 205
Hex D7 85 CD

RGB Percentages of Color #d785cd

%38.88
%24.05
%37.07

CMYK Percentages of Color #d785cd

%0
%38
%5
%16

Triadic Colors of #d785cd

#d785cd #cdd785 #85cdd7

Analogous Colors of #d785cd

#d785cd #d785a4 #b885d7

Monochromatic Colors of #d785cd

#d785cd

Complementary Color

#d785cd #85d78f

#d785cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d785cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d785cd Color CSS Codes

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

#d785cd Text Font Color

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

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


#d785cd Background Color

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

This div background color is #d785cd


#d785cd Border Color

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

This div border color is #d785cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d785cd


Comments

No comments written yet.

Please login to write comment.