Color Hex Logo

#d935ac Color Hex

#D935AC
(217,53,172)
0 Favorites   0 Comments

Color spaces of #d935ac

RGB 21753172
HSL0.880.680.53
HSV316°76°85°
CMYK 0.000.760.21   0.15
XYZ37.334820.276540.9757
Yxy20.27650.37870.2057
Hunter Lab45.029469.1964-22.4319
CIE-Lab52.148472.4373-26.8977

#d935ac color RGB value is (217,53,172).

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

The process color (four color CMYK) of #d935ac color hex is 0.00, 0.76, 0.21, 0.15. Web safe color of #d935ac is #cc3399. Color #d935ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00110101 10101100
Octal 331 65 254
Decimal 217 53 172
Hex D9 35 AC

RGB Percentages of Color #d935ac

%49.10
%11.99
%38.91

CMYK Percentages of Color #d935ac

%0
%76
%21
%15

Triadic Colors of #d935ac

#d935ac #acd935 #35acd9

Analogous Colors of #d935ac

#d935ac #d9355a #b435d9

Monochromatic Colors of #d935ac

#d935ac

Complementary Color

#d935ac #35d962

#d935ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d935ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d935ac Color CSS Codes

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

#d935ac Text Font Color

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

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


#d935ac Background Color

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

This div background color is #d935ac


#d935ac Border Color

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

This div border color is #d935ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d935ac


Comments

No comments written yet.

Please login to write comment.