Color Hex Logo

#d74cde Color Hex

#D74CDE
(215,76,222)
0 Favorites   0 Comments

Color spaces of #d74cde

RGB 21576222
HSL0.830.690.58
HSV297°66°87°
CMYK 0.030.660.00   0.13
XYZ43.793624.889971.6033
Yxy24.88990.31220.1774
Hunter Lab49.889869.3814-50.1719
CIE-Lab56.968071.6666-48.1150

#d74cde color RGB value is (215,76,222).

#d74cde hex color red value is 215, green value is 76 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d74cde hue: 0.83 , saturation: 0.69 and the lightness value of d74cde is 0.58.

The process color (four color CMYK) of #d74cde color hex is 0.03, 0.66, 0.00, 0.13. Web safe color of #d74cde is #cc33cc. Color #d74cde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01001100 11011110
Octal 327 114 336
Decimal 215 76 222
Hex D7 4C DE

RGB Percentages of Color #d74cde

%41.91
%14.81
%43.27

CMYK Percentages of Color #d74cde

%3
%66
%0
%13

Triadic Colors of #d74cde

#d74cde #ded74c #4cded7

Analogous Colors of #d74cde

#d74cde #de4c9c #8e4cde

Monochromatic Colors of #d74cde

#d74cde

Complementary Color

#d74cde #53de4c

#d74cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d74cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#d74cde Color CSS Codes

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

#d74cde Text Font Color

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

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


#d74cde Background Color

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

This div background color is #d74cde


#d74cde Border Color

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

This div border color is #d74cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d74cde


Comments

No comments written yet.

Please login to write comment.