Color Hex Logo

#d875cd Color Hex

#D875CD
(216,117,205)
0 Favorites   0 Comments

Color spaces of #d875cd

RGB 216117205
HSL0.850.560.65
HSV307°46°85°
CMYK 0.000.460.05   0.15
XYZ45.699631.729361.4733
Yxy31.72930.32900.2284
Hunter Lab56.328846.2419-25.2748
CIE-Lab63.118550.6789-28.8885

#d875cd color RGB value is (216,117,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01110101 11001101
Octal 330 165 315
Decimal 216 117 205
Hex D8 75 CD

RGB Percentages of Color #d875cd

%40.15
%21.75
%38.10

CMYK Percentages of Color #d875cd

%0
%46
%5
%15

Triadic Colors of #d875cd

#d875cd #cdd875 #75cdd8

Analogous Colors of #d875cd

#d875cd #d8759c #b275d8

Monochromatic Colors of #d875cd

#d875cd

Complementary Color

#d875cd #75d880

#d875cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d875cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d875cd Color CSS Codes

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

#d875cd Text Font Color

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

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


#d875cd Background Color

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

This div background color is #d875cd


#d875cd Border Color

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

This div border color is #d875cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d875cd


Comments

No comments written yet.

Please login to write comment.