Color Hex Logo

#d2074d Color Hex

#D2074D
(210,7,77)
0 Favorites   0 Comments

Color spaces of #d2074d

RGB 210777
HSL0.940.940.43
HSV339°97°82°
CMYK 0.000.970.63   0.18
XYZ27.993914.38948.3232
Yxy14.38940.55210.2838
Hunter Lab37.933465.345313.5442
CIE-Lab44.786370.658719.9237

#d2074d color RGB value is (210,7,77).

#d2074d hex color red value is 210, green value is 7 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #d2074d hue: 0.94 , saturation: 0.94 and the lightness value of d2074d is 0.43.

The process color (four color CMYK) of #d2074d color hex is 0.00, 0.97, 0.63, 0.18. Web safe color of #d2074d is #cc0066. Color #d2074d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 00000111 01001101
Octal 322 7 115
Decimal 210 7 77
Hex D2 7 4D

RGB Percentages of Color #d2074d

%71.43
%2.38
%26.19

CMYK Percentages of Color #d2074d

%0
%97
%63
%18

Triadic Colors of #d2074d

#d2074d #4dd207 #074dd2

Analogous Colors of #d2074d

#d2074d #d22607 #d207b3

Monochromatic Colors of #d2074d

#d2074d

Complementary Color

#d2074d #07d28c

#d2074d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2074d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2074d Color CSS Codes

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

#d2074d Text Font Color

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

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


#d2074d Background Color

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

This div background color is #d2074d


#d2074d Border Color

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

This div border color is #d2074d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2074d


Comments

No comments written yet.

Please login to write comment.