Color Hex Logo

#d53671 Color Hex

#D53671
(213,54,113)
0 Favorites   0 Comments

Color spaces of #d53671

RGB 21354113
HSL0.940.650.52
HSV338°75°84°
CMYK 0.000.750.47   0.16
XYZ31.740417.976717.4197
Yxy17.97670.47280.2678
Hunter Lab42.398959.42935.3198
CIE-Lab49.467864.70344.3022

#d53671 color RGB value is (213,54,113).

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

The process color (four color CMYK) of #d53671 color hex is 0.00, 0.75, 0.47, 0.16. Web safe color of #d53671 is #cc3366. Color #d53671 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00110110 01110001
Octal 325 66 161
Decimal 213 54 113
Hex D5 36 71

RGB Percentages of Color #d53671

%56.05
%14.21
%29.74

CMYK Percentages of Color #d53671

%0
%75
%47
%16

Triadic Colors of #d53671

#d53671 #71d536 #3671d5

Analogous Colors of #d53671

#d53671 #d54a36 #d536c1

Monochromatic Colors of #d53671

#d53671

Complementary Color

#d53671 #36d59a

#d53671 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d53671 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d53671 Color CSS Codes

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

#d53671 Text Font Color

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

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


#d53671 Background Color

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

This div background color is #d53671


#d53671 Border Color

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

This div border color is #d53671


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d53671


Comments

No comments written yet.

Please login to write comment.