Color Hex Logo

#d02e3d Color Hex

#D02E3D
(208,46,61)
0 Favorites   0 Comments

Color spaces of #d02e3d

RGB 2084661
HSL0.980.640.50
HSV354°78°82°
CMYK 0.000.780.71   0.18
XYZ27.831715.70085.9785
Yxy15.70080.56210.3171
Hunter Lab39.624256.034418.7913
CIE-Lab46.579562.285631.8792

#d02e3d color RGB value is (208,46,61).

#d02e3d hex color red value is 208, green value is 46 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #d02e3d hue: 0.98 , saturation: 0.64 and the lightness value of d02e3d is 0.50.

The process color (four color CMYK) of #d02e3d color hex is 0.00, 0.78, 0.71, 0.18. Web safe color of #d02e3d is #cc3333. Color #d02e3d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00101110 00111101
Octal 320 56 75
Decimal 208 46 61
Hex D0 2E 3D

RGB Percentages of Color #d02e3d

%66.03
%14.60
%19.37

CMYK Percentages of Color #d02e3d

%0
%78
%71
%18

Triadic Colors of #d02e3d

#d02e3d #3dd02e #2e3dd0

Analogous Colors of #d02e3d

#d02e3d #d0702e #d02e8e

Monochromatic Colors of #d02e3d

#d02e3d

Complementary Color

#d02e3d #2ed0c1

#d02e3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d02e3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d02e3d Color CSS Codes

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

#d02e3d Text Font Color

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

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


#d02e3d Background Color

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

This div background color is #d02e3d


#d02e3d Border Color

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

This div border color is #d02e3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d02e3d


Comments

No comments written yet.

Please login to write comment.