Color Hex Logo

#d53478 Color Hex

#D53478
(213,52,120)
0 Favorites   0 Comments

Color spaces of #d53478

RGB 21352120
HSL0.930.660.52
HSV335°76°84°
CMYK 0.000.760.44   0.16
XYZ32.058717.958219.5459
Yxy17.95820.46090.2582
Hunter Lab42.377160.87702.3172
CIE-Lab49.445465.95590.0145

#d53478 color RGB value is (213,52,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00110100 01111000
Octal 325 64 170
Decimal 213 52 120
Hex D5 34 78

RGB Percentages of Color #d53478

%55.32
%13.51
%31.17

CMYK Percentages of Color #d53478

%0
%76
%44
%16

Triadic Colors of #d53478

#d53478 #78d534 #3478d5

Analogous Colors of #d53478

#d53478 #d54134 #d534c9

Monochromatic Colors of #d53478

#d53478

Complementary Color

#d53478 #34d591

#d53478 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d53478 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d53478 Color CSS Codes

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

#d53478 Text Font Color

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

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


#d53478 Background Color

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

This div background color is #d53478


#d53478 Border Color

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

This div border color is #d53478


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d53478


Comments

No comments written yet.

Please login to write comment.