Color Hex Logo

#d3329d Color Hex

#D3329D
(211,50,157)
0 Favorites   0 Comments

Color spaces of #d3329d

RGB 21150157
HSL0.890.650.51
HSV320°76°83°
CMYK 0.000.760.26   0.17
XYZ34.090418.564433.6848
Yxy18.56440.39480.2150
Hunter Lab43.086465.8297-16.1922
CIE-Lab50.173670.0192-21.1733

#d3329d color RGB value is (211,50,157).

#d3329d hex color red value is 211, green value is 50 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #d3329d hue: 0.89 , saturation: 0.65 and the lightness value of d3329d is 0.51.

The process color (four color CMYK) of #d3329d color hex is 0.00, 0.76, 0.26, 0.17. Web safe color of #d3329d is #cc3399. Color #d3329d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00110010 10011101
Octal 323 62 235
Decimal 211 50 157
Hex D3 32 9D

RGB Percentages of Color #d3329d

%50.48
%11.96
%37.56

CMYK Percentages of Color #d3329d

%0
%76
%26
%17

Triadic Colors of #d3329d

#d3329d #9dd332 #329dd3

Analogous Colors of #d3329d

#d3329d #d3324d #b932d3

Monochromatic Colors of #d3329d

#d3329d

Complementary Color

#d3329d #32d368

#d3329d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3329d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3329d Color CSS Codes

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

#d3329d Text Font Color

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

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


#d3329d Background Color

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

This div background color is #d3329d


#d3329d Border Color

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

This div border color is #d3329d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,50,157, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3329d


Comments

No comments written yet.

Please login to write comment.