Color Hex Logo

#d03640 Color Hex

#D03640
(208,54,64)
0 Favorites   0 Comments

Color spaces of #d03640

RGB 2085464
HSL0.990.620.51
HSV356°74°82°
CMYK 0.000.740.69   0.18
XYZ28.257016.41846.5302
Yxy16.41840.55180.3206
Hunter Lab40.519653.570418.8085
CIE-Lab47.518759.919931.2288

#d03640 color RGB value is (208,54,64).

#d03640 hex color red value is 208, green value is 54 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #d03640 hue: 0.99 , saturation: 0.62 and the lightness value of d03640 is 0.51.

The process color (four color CMYK) of #d03640 color hex is 0.00, 0.74, 0.69, 0.18. Web safe color of #d03640 is #cc3333. Color #d03640 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00110110 01000000
Octal 320 66 100
Decimal 208 54 64
Hex D0 36 40

RGB Percentages of Color #d03640

%63.80
%16.56
%19.63

CMYK Percentages of Color #d03640

%0
%74
%69
%18

Triadic Colors of #d03640

#d03640 #40d036 #3640d0

Analogous Colors of #d03640

#d03640 #d07936 #d0368d

Monochromatic Colors of #d03640

#d03640

Complementary Color

#d03640 #36d0c6

#d03640 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d03640 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d03640 Color CSS Codes

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

#d03640 Text Font Color

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

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


#d03640 Background Color

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

This div background color is #d03640


#d03640 Border Color

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

This div border color is #d03640


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d03640


Comments

No comments written yet.

Please login to write comment.