Color Hex Logo

#d53daf Color Hex

#D53DAF
(213,61,175)
0 Favorites   0 Comments

Color spaces of #d53daf

RGB 21361175
HSL0.880.640.54
HSV315°71°84°
CMYK 0.000.710.18   0.16
XYZ36.847220.578842.5875
Yxy20.57880.36840.2058
Hunter Lab45.363965.6015-23.9066
CIE-Lab52.485469.3836-28.1857

#d53daf color RGB value is (213,61,175).

#d53daf hex color red value is 213, green value is 61 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #d53daf hue: 0.88 , saturation: 0.64 and the lightness value of d53daf is 0.54.

The process color (four color CMYK) of #d53daf color hex is 0.00, 0.71, 0.18, 0.16. Web safe color of #d53daf is #cc3399. Color #d53daf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00111101 10101111
Octal 325 75 257
Decimal 213 61 175
Hex D5 3D AF

RGB Percentages of Color #d53daf

%47.44
%13.59
%38.98

CMYK Percentages of Color #d53daf

%0
%71
%18
%16

Triadic Colors of #d53daf

#d53daf #afd53d #3dafd5

Analogous Colors of #d53daf

#d53daf #d53d63 #af3dd5

Monochromatic Colors of #d53daf

#d53daf

Complementary Color

#d53daf #3dd563

#d53daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d53daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d53daf Color CSS Codes

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

#d53daf Text Font Color

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

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


#d53daf Background Color

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

This div background color is #d53daf


#d53daf Border Color

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

This div border color is #d53daf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,61,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d53daf


Comments

No comments written yet.

Please login to write comment.