Color Hex Logo

#d3295e Color Hex

#D3295E
(211,41,94)
0 Favorites   0 Comments

Color spaces of #d3295e

RGB 2114194
HSL0.950.670.49
HSV341°81°83°
CMYK 0.000.810.55   0.17
XYZ29.677316.242912.1607
Yxy16.24290.51100.2797
Hunter Lab40.302560.911610.3218
CIE-Lab47.291666.398912.8079

#d3295e color RGB value is (211,41,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 00101001 01011110
Octal 323 51 136
Decimal 211 41 94
Hex D3 29 5E

RGB Percentages of Color #d3295e

%60.98
%11.85
%27.17

CMYK Percentages of Color #d3295e

%0
%81
%55
%17

Triadic Colors of #d3295e

#d3295e #5ed329 #295ed3

Analogous Colors of #d3295e

#d3295e #d34929 #d329b3

Monochromatic Colors of #d3295e

#d3295e

Complementary Color

#d3295e #29d39e

#d3295e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3295e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3295e Color CSS Codes

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

#d3295e Text Font Color

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

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


#d3295e Background Color

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

This div background color is #d3295e


#d3295e Border Color

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

This div border color is #d3295e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3295e


Comments

No comments written yet.

Please login to write comment.