Color Hex Logo

#d32473 Color Hex

#D32473
(211,36,115)
0 Favorites   0 Comments

Color spaces of #d32473

RGB 21136115
HSL0.920.710.48
HSV333°83°83°
CMYK 0.000.830.45   0.17
XYZ30.589416.348417.7630
Yxy16.34840.47280.2527
Hunter Lab40.433264.28482.2561
CIE-Lab47.428369.24960.0771

#d32473 color RGB value is (211,36,115).

#d32473 hex color red value is 211, green value is 36 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #d32473 hue: 0.92 , saturation: 0.71 and the lightness value of d32473 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 00100100 01110011
Octal 323 44 163
Decimal 211 36 115
Hex D3 24 73

RGB Percentages of Color #d32473

%58.29
%9.94
%31.77

CMYK Percentages of Color #d32473

%0
%83
%45
%17

Triadic Colors of #d32473

#d32473 #73d324 #2473d3

Analogous Colors of #d32473

#d32473 #d32d24 #d324cb

Monochromatic Colors of #d32473

#d32473

Complementary Color

#d32473 #24d384

#d32473 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d32473 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d32473 Color CSS Codes

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

#d32473 Text Font Color

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

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


#d32473 Background Color

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

This div background color is #d32473


#d32473 Border Color

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

This div border color is #d32473


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,36,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 #d32473">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d32473


Comments

No comments written yet.

Please login to write comment.