Color Hex Logo

#d74cda Color Hex

#D74CDA
(215,76,218)
0 Favorites   0 Comments

Color spaces of #d74cda

RGB 21576218
HSL0.830.660.58
HSV299°65°85°
CMYK 0.010.650.00   0.15
XYZ43.263724.677968.8127
Yxy24.67790.31640.1805
Hunter Lab49.676968.5216-47.3551
CIE-Lab56.760270.9982-46.1838

#d74cda color RGB value is (215,76,218).

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

The process color (four color CMYK) of #d74cda color hex is 0.01, 0.65, 0.00, 0.15. Web safe color of #d74cda is #cc33cc. Color #d74cda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01001100 11011010
Octal 327 114 332
Decimal 215 76 218
Hex D7 4C DA

RGB Percentages of Color #d74cda

%42.24
%14.93
%42.83

CMYK Percentages of Color #d74cda

%1
%65
%0
%15

Triadic Colors of #d74cda

#d74cda #dad74c #4cdad7

Analogous Colors of #d74cda

#d74cda #da4c96 #904cda

Monochromatic Colors of #d74cda

#d74cda

Complementary Color

#d74cda #4fda4c

#d74cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d74cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d74cda Color CSS Codes

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

#d74cda Text Font Color

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

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


#d74cda Background Color

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

This div background color is #d74cda


#d74cda Border Color

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

This div border color is #d74cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d74cda


Comments

No comments written yet.

Please login to write comment.