Color Hex Logo

#d0294a Color Hex

#D0294A
(208,41,74)
0 Favorites   0 Comments

Color spaces of #d0294a

RGB 2084174
HSL0.970.670.49
HSV348°80°82°
CMYK 0.000.800.64   0.18
XYZ28.041415.49027.9905
Yxy15.49020.54430.3007
Hunter Lab39.357658.301515.5131
CIE-Lab46.298464.328923.6772

#d0294a color RGB value is (208,41,74).

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

The process color (four color CMYK) of #d0294a color hex is 0.00, 0.80, 0.64, 0.18. Web safe color of #d0294a is #cc3333. Color #d0294a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00101001 01001010
Octal 320 51 112
Decimal 208 41 74
Hex D0 29 4A

RGB Percentages of Color #d0294a

%64.40
%12.69
%22.91

CMYK Percentages of Color #d0294a

%0
%80
%64
%18

Triadic Colors of #d0294a

#d0294a #4ad029 #294ad0

Analogous Colors of #d0294a

#d0294a #d05c29 #d0299e

Monochromatic Colors of #d0294a

#d0294a

Complementary Color

#d0294a #29d0af

#d0294a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0294a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0294a Color CSS Codes

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

#d0294a Text Font Color

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

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


#d0294a Background Color

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

This div background color is #d0294a


#d0294a Border Color

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

This div border color is #d0294a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0294a


Comments

No comments written yet.

Please login to write comment.