Color Hex Logo

#d42573 Color Hex

#D42573
(212,37,115)
0 Favorites   0 Comments

Color spaces of #d42573

RGB 21237115
HSL0.930.700.49
HSV333°83°83°
CMYK 0.000.830.46   0.17
XYZ30.907516.558017.7867
Yxy16.55800.47370.2538
Hunter Lab40.691564.37062.5678
CIE-Lab47.698269.26980.4939

#d42573 color RGB value is (212,37,115).

#d42573 hex color red value is 212, green value is 37 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #d42573 hue: 0.93 , saturation: 0.70 and the lightness value of d42573 is 0.49.

The process color (four color CMYK) of #d42573 color hex is 0.00, 0.83, 0.46, 0.17. Web safe color of #d42573 is #cc3366. Color #d42573 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00100101 01110011
Octal 324 45 163
Decimal 212 37 115
Hex D4 25 73

RGB Percentages of Color #d42573

%58.24
%10.16
%31.59

CMYK Percentages of Color #d42573

%0
%83
%46
%17

Triadic Colors of #d42573

#d42573 #73d425 #2573d4

Analogous Colors of #d42573

#d42573 #d42f25 #d425cb

Monochromatic Colors of #d42573

#d42573

Complementary Color

#d42573 #25d486

#d42573 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d42573 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d42573 Color CSS Codes

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

#d42573 Text Font Color

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

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


#d42573 Background Color

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

This div background color is #d42573


#d42573 Border Color

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

This div border color is #d42573


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(212,37,115, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d42573; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d42573;
  -webkit-box-shadow: 1px 1px 3px 2px #d42573;
  box-shadow:         1px 1px 3px 2px #d42573; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,37,115, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d42573


Comments

No comments written yet.

Please login to write comment.