Color Hex Logo

#d35040 Color Hex

#D35040
(211,80,64)
0 Favorites   0 Comments

Color spaces of #d35040

RGB 2118064
HSL0.020.630.54
HSV70°83°
CMYK 0.000.620.70   0.17
XYZ30.658019.95647.0866
Yxy19.95640.53130.3459
Hunter Lab44.672644.324321.8654
CIE-Lab51.787950.714336.4263

#d35040 color RGB value is (211,80,64).

#d35040 hex color red value is 211, green value is 80 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #d35040 hue: 0.02 , saturation: 0.63 and the lightness value of d35040 is 0.54.

The process color (four color CMYK) of #d35040 color hex is 0.00, 0.62, 0.70, 0.17. Web safe color of #d35040 is #cc6633. Color #d35040 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01010000 01000000
Octal 323 120 100
Decimal 211 80 64
Hex D3 50 40

RGB Percentages of Color #d35040

%59.44
%22.54
%18.03

CMYK Percentages of Color #d35040

%0
%62
%70
%17

Triadic Colors of #d35040

#d35040 #40d350 #5040d3

Analogous Colors of #d35040

#d35040 #d39a40 #d3407a

Monochromatic Colors of #d35040

#d35040

Complementary Color

#d35040 #40c3d3

#d35040 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d35040 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d35040 Color CSS Codes

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

#d35040 Text Font Color

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

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


#d35040 Background Color

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

This div background color is #d35040


#d35040 Border Color

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

This div border color is #d35040


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,80,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 #d35040">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d35040


Comments

No comments written yet.

Please login to write comment.