Color Hex Logo

#d875bc Color Hex

#D875BC
(216,117,188)
0 Favorites   0 Comments

Color spaces of #d875bc

RGB 216117188
HSL0.880.560.65
HSV317°46°85°
CMYK 0.000.460.13   0.15
XYZ43.757330.952351.2451
Yxy30.95230.34740.2457
Hunter Lab55.634843.0311-15.6676
CIE-Lab62.467347.8558-20.2820

#d875bc color RGB value is (216,117,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01110101 10111100
Octal 330 165 274
Decimal 216 117 188
Hex D8 75 BC

RGB Percentages of Color #d875bc

%41.46
%22.46
%36.08

CMYK Percentages of Color #d875bc

%0
%46
%13
%15

Triadic Colors of #d875bc

#d875bc #bcd875 #75bcd8

Analogous Colors of #d875bc

#d875bc #d8758b #c375d8

Monochromatic Colors of #d875bc

#d875bc

Complementary Color

#d875bc #75d891

#d875bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d875bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d875bc Color CSS Codes

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

#d875bc Text Font Color

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

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


#d875bc Background Color

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

This div background color is #d875bc


#d875bc Border Color

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

This div border color is #d875bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,117,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d875bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d875bc


Comments

No comments written yet.

Please login to write comment.