Color Hex Logo

#d781cd Color Hex

#D781CD
(215,129,205)
0 Favorites   0 Comments

Color spaces of #d781cd

RGB 215129205
HSL0.850.520.67
HSV307°40°84°
CMYK 0.000.400.05   0.16
XYZ46.894034.555461.9559
Yxy34.55540.32700.2410
Hunter Lab58.783839.5242-21.3407
CIE-Lab65.401044.2237-25.3845

#d781cd color RGB value is (215,129,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10000001 11001101
Octal 327 201 315
Decimal 215 129 205
Hex D7 81 CD

RGB Percentages of Color #d781cd

%39.16
%23.50
%37.34

CMYK Percentages of Color #d781cd

%0
%40
%5
%16

Triadic Colors of #d781cd

#d781cd #cdd781 #81cdd7

Analogous Colors of #d781cd

#d781cd #d781a2 #b681d7

Monochromatic Colors of #d781cd

#d781cd

Complementary Color

#d781cd #81d78b

#d781cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d781cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d781cd Color CSS Codes

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

#d781cd Text Font Color

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

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


#d781cd Background Color

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

This div background color is #d781cd


#d781cd Border Color

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

This div border color is #d781cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d781cd


Comments

No comments written yet.

Please login to write comment.