Color Hex Logo

#d937d5 Color Hex

#D937D5
(217,55,213)
0 Favorites   0 Comments

Color spaces of #d937d5

RGB 21755213
HSL0.840.680.53
HSV301°75°85°
CMYK 0.000.750.02   0.15
XYZ41.991722.288265.0396
Yxy22.28820.32470.1723
Hunter Lab47.210476.1503-48.6339
CIE-Lab54.331577.6601-47.1752

#d937d5 color RGB value is (217,55,213).

#d937d5 hex color red value is 217, green value is 55 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #d937d5 hue: 0.84 , saturation: 0.68 and the lightness value of d937d5 is 0.53.

The process color (four color CMYK) of #d937d5 color hex is 0.00, 0.75, 0.02, 0.15. Web safe color of #d937d5 is #cc33cc. Color #d937d5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00110111 11010101
Octal 331 67 325
Decimal 217 55 213
Hex D9 37 D5

RGB Percentages of Color #d937d5

%44.74
%11.34
%43.92

CMYK Percentages of Color #d937d5

%0
%75
%2
%15

Triadic Colors of #d937d5

#d937d5 #d5d937 #37d5d9

Analogous Colors of #d937d5

#d937d5 #d93784 #8c37d9

Monochromatic Colors of #d937d5

#d937d5

Complementary Color

#d937d5 #37d93b

#d937d5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d937d5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d937d5 Color CSS Codes

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

#d937d5 Text Font Color

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

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


#d937d5 Background Color

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

This div background color is #d937d5


#d937d5 Border Color

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

This div border color is #d937d5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d937d5


Comments

No comments written yet.

Please login to write comment.