Color Hex Logo

#d53451 Color Hex

#D53451
(213,52,81)
0 Favorites   0 Comments

Color spaces of #d53451

RGB 2135281
HSL0.970.660.52
HSV349°76°84°
CMYK 0.000.760.62   0.16
XYZ30.153817.19629.5145
Yxy17.19620.53030.3024
Hunter Lab41.468357.227315.4243
CIE-Lab48.506362.968822.4670

#d53451 color RGB value is (213,52,81).

#d53451 hex color red value is 213, green value is 52 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #d53451 hue: 0.97 , saturation: 0.66 and the lightness value of d53451 is 0.52.

The process color (four color CMYK) of #d53451 color hex is 0.00, 0.76, 0.62, 0.16. Web safe color of #d53451 is #cc3366. Color #d53451 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00110100 01010001
Octal 325 64 121
Decimal 213 52 81
Hex D5 34 51

RGB Percentages of Color #d53451

%61.56
%15.03
%23.41

CMYK Percentages of Color #d53451

%0
%76
%62
%16

Triadic Colors of #d53451

#d53451 #51d534 #3451d5

Analogous Colors of #d53451

#d53451 #d56834 #d534a2

Monochromatic Colors of #d53451

#d53451

Complementary Color

#d53451 #34d5b8

#d53451 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d53451 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d53451 Color CSS Codes

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

#d53451 Text Font Color

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

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


#d53451 Background Color

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

This div background color is #d53451


#d53451 Border Color

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

This div border color is #d53451


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d53451


Comments

No comments written yet.

Please login to write comment.