Color Hex Logo

#d574da Color Hex

#D574DA
(213,116,218)
0 Favorites   0 Comments

Color spaces of #d574da

RGB 213116218
HSL0.830.580.65
HSV297°47°85°
CMYK 0.020.470.00   0.15
XYZ46.340931.698970.0057
Yxy31.69890.31300.2141
Hunter Lab56.301848.3918-34.3100
CIE-Lab63.093252.6116-36.2510

#d574da color RGB value is (213,116,218).

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

The process color (four color CMYK) of #d574da color hex is 0.02, 0.47, 0.00, 0.15. Web safe color of #d574da is #cc66cc. Color #d574da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01110100 11011010
Octal 325 164 332
Decimal 213 116 218
Hex D5 74 DA

RGB Percentages of Color #d574da

%38.94
%21.21
%39.85

CMYK Percentages of Color #d574da

%2
%47
%0
%15

Triadic Colors of #d574da

#d574da #dad574 #74dad5

Analogous Colors of #d574da

#d574da #da74ac #a274da

Monochromatic Colors of #d574da

#d574da

Complementary Color

#d574da #79da74

#d574da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d574da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d574da Color CSS Codes

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

#d574da Text Font Color

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

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


#d574da Background Color

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

This div background color is #d574da


#d574da Border Color

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

This div border color is #d574da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d574da


Comments

No comments written yet.

Please login to write comment.