Color Hex Logo

#d76fbd Color Hex

#D76FBD
(215,111,189)
0 Favorites   0 Comments

Color spaces of #d76fbd

RGB 215111189
HSL0.880.570.64
HSV315°48°84°
CMYK 0.000.480.12   0.16
XYZ42.894129.490151.5755
Yxy29.49010.34600.2379
Hunter Lab54.304845.9597-18.2968
CIE-Lab61.211850.7122-22.7805

#d76fbd color RGB value is (215,111,189).

#d76fbd hex color red value is 215, green value is 111 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d76fbd hue: 0.88 , saturation: 0.57 and the lightness value of d76fbd is 0.64.

The process color (four color CMYK) of #d76fbd color hex is 0.00, 0.48, 0.12, 0.16. Web safe color of #d76fbd is #cc66cc. Color #d76fbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01101111 10111101
Octal 327 157 275
Decimal 215 111 189
Hex D7 6F BD

RGB Percentages of Color #d76fbd

%41.75
%21.55
%36.70

CMYK Percentages of Color #d76fbd

%0
%48
%12
%16

Triadic Colors of #d76fbd

#d76fbd #bdd76f #6fbdd7

Analogous Colors of #d76fbd

#d76fbd #d76f89 #bd6fd7

Monochromatic Colors of #d76fbd

#d76fbd

Complementary Color

#d76fbd #6fd789

#d76fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d76fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d76fbd Color CSS Codes

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

#d76fbd Text Font Color

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

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


#d76fbd Background Color

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

This div background color is #d76fbd


#d76fbd Border Color

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

This div border color is #d76fbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,111,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d76fbd


Comments

No comments written yet.

Please login to write comment.