Color Hex Logo

#d71453 Color Hex

#D71453
(215,20,83)
0 Favorites   0 Comments

Color spaces of #d71453

RGB 2152083
HSL0.950.830.46
HSV341°91°84°
CMYK 0.000.910.61   0.16
XYZ29.835815.57199.6168
Yxy15.57190.54220.2830
Hunter Lab39.461265.902813.1738
CIE-Lab46.407770.811318.5319

#d71453 color RGB value is (215,20,83).

#d71453 hex color red value is 215, green value is 20 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #d71453 hue: 0.95 , saturation: 0.83 and the lightness value of d71453 is 0.46.

The process color (four color CMYK) of #d71453 color hex is 0.00, 0.91, 0.61, 0.16. Web safe color of #d71453 is #cc0066. Color #d71453 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00010100 01010011
Octal 327 24 123
Decimal 215 20 83
Hex D7 14 53

RGB Percentages of Color #d71453

%67.61
%6.29
%26.10

CMYK Percentages of Color #d71453

%0
%91
%61
%16

Triadic Colors of #d71453

#d71453 #53d714 #1453d7

Analogous Colors of #d71453

#d71453 #d73614 #d714b5

Monochromatic Colors of #d71453

#d71453

Complementary Color

#d71453 #14d798

#d71453 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d71453 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d71453 Color CSS Codes

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

#d71453 Text Font Color

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

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


#d71453 Background Color

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

This div background color is #d71453


#d71453 Border Color

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

This div border color is #d71453


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(215,20,83, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d71453; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d71453;
  -webkit-box-shadow: 1px 1px 3px 2px #d71453;
  box-shadow:         1px 1px 3px 2px #d71453; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,20,83, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d71453


Comments

No comments written yet.

Please login to write comment.