Color Hex Logo

#d74add Color Hex

#D74ADD
(215,74,221)
0 Favorites   0 Comments

Color spaces of #d74add

RGB 21574221
HSL0.830.680.58
HSV298°67°87°
CMYK 0.030.670.00   0.13
XYZ43.524324.565170.8542
Yxy24.56510.31330.1768
Hunter Lab49.563270.0156-50.0651
CIE-Lab56.649272.2475-48.0560

#d74add color RGB value is (215,74,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01001010 11011101
Octal 327 112 335
Decimal 215 74 221
Hex D7 4A DD

RGB Percentages of Color #d74add

%42.16
%14.51
%43.33

CMYK Percentages of Color #d74add

%3
%67
%0
%13

Triadic Colors of #d74add

#d74add #ddd74a #4addd7

Analogous Colors of #d74add

#d74add #dd4a9a #8e4add

Monochromatic Colors of #d74add

#d74add

Complementary Color

#d74add #50dd4a

#d74add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d74add Color Preview on White Background

Lorem ipsum dolor sit amet.

#d74add Color CSS Codes

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

#d74add Text Font Color

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

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


#d74add Background Color

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

This div background color is #d74add


#d74add Border Color

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

This div border color is #d74add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d74add


Comments

No comments written yet.

Please login to write comment.