Color Hex Logo

#d74ada Color Hex

#D74ADA
(215,74,218)
0 Favorites   0 Comments

Color spaces of #d74ada

RGB 21574218
HSL0.830.660.57
HSV299°66°85°
CMYK 0.010.660.00   0.15
XYZ43.128024.406668.7675
Yxy24.40660.31640.1791
Hunter Lab49.403069.3721-47.9477
CIE-Lab56.492671.7492-46.6076

#d74ada color RGB value is (215,74,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01001010 11011010
Octal 327 112 332
Decimal 215 74 218
Hex D7 4A DA

RGB Percentages of Color #d74ada

%42.41
%14.60
%43.00

CMYK Percentages of Color #d74ada

%1
%66
%0
%15

Triadic Colors of #d74ada

#d74ada #dad74a #4adad7

Analogous Colors of #d74ada

#d74ada #da4a95 #8f4ada

Monochromatic Colors of #d74ada

#d74ada

Complementary Color

#d74ada #4dda4a

#d74ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d74ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#d74ada Color CSS Codes

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

#d74ada Text Font Color

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

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


#d74ada Background Color

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

This div background color is #d74ada


#d74ada Border Color

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

This div border color is #d74ada


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,74,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 #d74ada">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d74ada


Comments

No comments written yet.

Please login to write comment.