Color Hex Logo

#d76cdc Color Hex

#D76CDC
(215,108,220)
0 Favorites   0 Comments

Color spaces of #d76cdc

RGB 215108220
HSL0.830.620.64
HSV297°51°86°
CMYK 0.020.510.00   0.14
XYZ46.305230.339571.1257
Yxy30.33950.31340.2053
Hunter Lab55.081353.6673-38.0034
CIE-Lab61.946157.4553-39.1446

#d76cdc color RGB value is (215,108,220).

#d76cdc hex color red value is 215, green value is 108 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d76cdc hue: 0.83 , saturation: 0.62 and the lightness value of d76cdc is 0.64.

The process color (four color CMYK) of #d76cdc color hex is 0.02, 0.51, 0.00, 0.14. Web safe color of #d76cdc is #cc66cc. Color #d76cdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01101100 11011100
Octal 327 154 334
Decimal 215 108 220
Hex D7 6C DC

RGB Percentages of Color #d76cdc

%39.59
%19.89
%40.52

CMYK Percentages of Color #d76cdc

%2
%51
%0
%14

Triadic Colors of #d76cdc

#d76cdc #dcd76c #6cdcd7

Analogous Colors of #d76cdc

#d76cdc #dc6ca9 #9f6cdc

Monochromatic Colors of #d76cdc

#d76cdc

Complementary Color

#d76cdc #71dc6c

#d76cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d76cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d76cdc Color CSS Codes

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

#d76cdc Text Font Color

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

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


#d76cdc Background Color

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

This div background color is #d76cdc


#d76cdc Border Color

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

This div border color is #d76cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d76cdc


Comments

No comments written yet.

Please login to write comment.