Color Hex Logo

#d874cd Color Hex

#D874CD
(216,116,205)
0 Favorites   0 Comments

Color spaces of #d874cd

RGB 216116205
HSL0.850.560.65
HSV307°46°85°
CMYK 0.000.460.05   0.15
XYZ45.583731.497561.4347
Yxy31.49750.32910.2274
Hunter Lab56.122646.7659-25.6160
CIE-Lab62.925451.1800-29.1869

#d874cd color RGB value is (216,116,205).

#d874cd hex color red value is 216, green value is 116 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d874cd hue: 0.85 , saturation: 0.56 and the lightness value of d874cd is 0.65.

The process color (four color CMYK) of #d874cd color hex is 0.00, 0.46, 0.05, 0.15. Web safe color of #d874cd is #cc66cc. Color #d874cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01110100 11001101
Octal 330 164 315
Decimal 216 116 205
Hex D8 74 CD

RGB Percentages of Color #d874cd

%40.22
%21.60
%38.18

CMYK Percentages of Color #d874cd

%0
%46
%5
%15

Triadic Colors of #d874cd

#d874cd #cdd874 #74cdd8

Analogous Colors of #d874cd

#d874cd #d8749b #b174d8

Monochromatic Colors of #d874cd

#d874cd

Complementary Color

#d874cd #74d87f

#d874cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d874cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d874cd Color CSS Codes

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

#d874cd Text Font Color

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

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


#d874cd Background Color

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

This div background color is #d874cd


#d874cd Border Color

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

This div border color is #d874cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d874cd


Comments

No comments written yet.

Please login to write comment.