Color Hex Logo

#d53891 Color Hex

#D53891
(213,56,145)
0 Favorites   0 Comments

Color spaces of #d53891

RGB 21356145
HSL0.910.650.53
HSV326°74°84°
CMYK 0.000.740.32   0.16
XYZ33.965619.018828.6689
Yxy19.01880.41600.2329
Hunter Lab43.610562.7043-8.4489
CIE-Lab50.709267.2767-13.1720

#d53891 color RGB value is (213,56,145).

#d53891 hex color red value is 213, green value is 56 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #d53891 hue: 0.91 , saturation: 0.65 and the lightness value of d53891 is 0.53.

The process color (four color CMYK) of #d53891 color hex is 0.00, 0.74, 0.32, 0.16. Web safe color of #d53891 is #cc3399. Color #d53891 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00111000 10010001
Octal 325 70 221
Decimal 213 56 145
Hex D5 38 91

RGB Percentages of Color #d53891

%51.45
%13.53
%35.02

CMYK Percentages of Color #d53891

%0
%74
%32
%16

Triadic Colors of #d53891

#d53891 #91d538 #3891d5

Analogous Colors of #d53891

#d53891 #d53843 #cb38d5

Monochromatic Colors of #d53891

#d53891

Complementary Color

#d53891 #38d57c

#d53891 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d53891 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d53891 Color CSS Codes

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

#d53891 Text Font Color

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

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


#d53891 Background Color

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

This div background color is #d53891


#d53891 Border Color

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

This div border color is #d53891


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d53891


Comments

No comments written yet.

Please login to write comment.