Color Hex Logo

#d93671 Color Hex

#D93671
(217,54,113)
0 Favorites   0 Comments

Color spaces of #d93671

RGB 21754113
HSL0.940.680.53
HSV338°75°85°
CMYK 0.000.750.48   0.15
XYZ32.915118.582317.4747
Yxy18.58230.47720.2694
Hunter Lab43.107260.85866.1402
CIE-Lab50.194965.79725.4416

#d93671 color RGB value is (217,54,113).

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

The process color (four color CMYK) of #d93671 color hex is 0.00, 0.75, 0.48, 0.15. Web safe color of #d93671 is #cc3366. Color #d93671 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00110110 01110001
Octal 331 66 161
Decimal 217 54 113
Hex D9 36 71

RGB Percentages of Color #d93671

%56.51
%14.06
%29.43

CMYK Percentages of Color #d93671

%0
%75
%48
%15

Triadic Colors of #d93671

#d93671 #71d936 #3671d9

Analogous Colors of #d93671

#d93671 #d94c36 #d936c3

Monochromatic Colors of #d93671

#d93671

Complementary Color

#d93671 #36d99e

#d93671 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d93671 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d93671 Color CSS Codes

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

#d93671 Text Font Color

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

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


#d93671 Background Color

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

This div background color is #d93671


#d93671 Border Color

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

This div border color is #d93671


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d93671


Comments

No comments written yet.

Please login to write comment.