Color Hex Logo

#d3296d Color Hex

#D3296D
(211,41,109)
0 Favorites   0 Comments

Color spaces of #d3296d

RGB 21141109
HSL0.930.670.49
HSV336°81°83°
CMYK 0.000.810.48   0.17
XYZ30.417216.538916.0572
Yxy16.53890.48270.2625
Hunter Lab40.668062.33805.0578
CIE-Lab47.673767.54764.1168

#d3296d color RGB value is (211,41,109).

#d3296d hex color red value is 211, green value is 41 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #d3296d hue: 0.93 , saturation: 0.67 and the lightness value of d3296d is 0.49.

The process color (four color CMYK) of #d3296d color hex is 0.00, 0.81, 0.48, 0.17. Web safe color of #d3296d is #cc3366. Color #d3296d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00101001 01101101
Octal 323 51 155
Decimal 211 41 109
Hex D3 29 6D

RGB Percentages of Color #d3296d

%58.45
%11.36
%30.19

CMYK Percentages of Color #d3296d

%0
%81
%48
%17

Triadic Colors of #d3296d

#d3296d #6dd329 #296dd3

Analogous Colors of #d3296d

#d3296d #d33a29 #d329c2

Monochromatic Colors of #d3296d

#d3296d

Complementary Color

#d3296d #29d38f

#d3296d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3296d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3296d Color CSS Codes

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

#d3296d Text Font Color

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

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


#d3296d Background Color

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

This div background color is #d3296d


#d3296d Border Color

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

This div border color is #d3296d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3296d


Comments

No comments written yet.

Please login to write comment.