Color Hex Logo

#d2354f Color Hex

#D2354F
(210,53,79)
0 Favorites   0 Comments

Color spaces of #d2354f

RGB 2105379
HSL0.970.640.52
HSV350°75°82°
CMYK 0.000.750.62   0.18
XYZ29.262716.81249.0999
Yxy16.81240.53040.3047
Hunter Lab41.002955.635615.5436
CIE-Lab48.022861.660122.9417

#d2354f color RGB value is (210,53,79).

#d2354f hex color red value is 210, green value is 53 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #d2354f hue: 0.97 , saturation: 0.64 and the lightness value of d2354f is 0.52.

The process color (four color CMYK) of #d2354f color hex is 0.00, 0.75, 0.62, 0.18. Web safe color of #d2354f is #cc3366. Color #d2354f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 00110101 01001111
Octal 322 65 117
Decimal 210 53 79
Hex D2 35 4F

RGB Percentages of Color #d2354f

%61.40
%15.50
%23.10

CMYK Percentages of Color #d2354f

%0
%75
%62
%18

Triadic Colors of #d2354f

#d2354f #4fd235 #354fd2

Analogous Colors of #d2354f

#d2354f #d26a35 #d2359e

Monochromatic Colors of #d2354f

#d2354f

Complementary Color

#d2354f #35d2b8

#d2354f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2354f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2354f Color CSS Codes

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

#d2354f Text Font Color

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

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


#d2354f Background Color

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

This div background color is #d2354f


#d2354f Border Color

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

This div border color is #d2354f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(210,53,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d2354f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d2354f;
  -webkit-box-shadow: 1px 1px 3px 2px #d2354f;
  box-shadow:         1px 1px 3px 2px #d2354f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,53,79, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2354f


Comments

No comments written yet.

Please login to write comment.