Color Hex Logo

#d3455f Color Hex

#D3455F
(211,69,95)
0 Favorites   0 Comments

Color spaces of #d3455f

RGB 2116995
HSL0.970.620.55
HSV349°67°83°
CMYK 0.000.670.55   0.17
XYZ31.057618.931412.8437
Yxy18.93140.49430.3013
Hunter Lab43.510251.270412.9555
CIE-Lab50.606957.288316.7535

#d3455f color RGB value is (211,69,95).

#d3455f hex color red value is 211, green value is 69 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #d3455f hue: 0.97 , saturation: 0.62 and the lightness value of d3455f is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01000101 01011111
Octal 323 105 137
Decimal 211 69 95
Hex D3 45 5F

RGB Percentages of Color #d3455f

%56.27
%18.40
%25.33

CMYK Percentages of Color #d3455f

%0
%67
%55
%17

Triadic Colors of #d3455f

#d3455f #5fd345 #455fd3

Analogous Colors of #d3455f

#d3455f #d37245 #d345a6

Monochromatic Colors of #d3455f

#d3455f

Complementary Color

#d3455f #45d3b9

#d3455f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3455f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3455f Color CSS Codes

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

#d3455f Text Font Color

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

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


#d3455f Background Color

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

This div background color is #d3455f


#d3455f Border Color

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

This div border color is #d3455f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3455f


Comments

No comments written yet.

Please login to write comment.