Color Hex Logo

#d76fcc Color Hex

#D76FCC
(215,111,204)
0 Favorites   0 Comments

Color spaces of #d76fcc

RGB 215111204
HSL0.850.570.64
HSV306°48°84°
CMYK 0.000.480.05   0.16
XYZ44.607930.175660.6001
Yxy30.17560.32950.2229
Hunter Lab54.932348.8197-26.9548
CIE-Lab61.805453.1944-30.3660

#d76fcc color RGB value is (215,111,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01101111 11001100
Octal 327 157 314
Decimal 215 111 204
Hex D7 6F CC

RGB Percentages of Color #d76fcc

%40.57
%20.94
%38.49

CMYK Percentages of Color #d76fcc

%0
%48
%5
%16

Triadic Colors of #d76fcc

#d76fcc #ccd76f #6fccd7

Analogous Colors of #d76fcc

#d76fcc #d76f98 #ae6fd7

Monochromatic Colors of #d76fcc

#d76fcc

Complementary Color

#d76fcc #6fd77a

#d76fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d76fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d76fcc Color CSS Codes

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

#d76fcc Text Font Color

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

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


#d76fcc Background Color

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

This div background color is #d76fcc


#d76fcc Border Color

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

This div border color is #d76fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d76fcc


Comments

No comments written yet.

Please login to write comment.