Color Hex Logo

#d6035e Color Hex

#D6035E
(214,3,94)
0 Favorites   0 Comments

Color spaces of #d6035e

RGB 214394
HSL0.930.970.43
HSV334°99°84°
CMYK 0.000.990.56   0.16
XYZ29.784515.169411.9478
Yxy15.16940.52340.2666
Hunter Lab38.947968.34489.0755
CIE-Lab45.865372.954410.9143

#d6035e color RGB value is (214,3,94).

#d6035e hex color red value is 214, green value is 3 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #d6035e hue: 0.93 , saturation: 0.97 and the lightness value of d6035e is 0.43.

The process color (four color CMYK) of #d6035e color hex is 0.00, 0.99, 0.56, 0.16. Web safe color of #d6035e is #cc0066. Color #d6035e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00000011 01011110
Octal 326 3 136
Decimal 214 3 94
Hex D6 3 5E

RGB Percentages of Color #d6035e

%68.81
%0.96
%30.23

CMYK Percentages of Color #d6035e

%0
%99
%56
%16

Triadic Colors of #d6035e

#d6035e #5ed603 #035ed6

Analogous Colors of #d6035e

#d6035e #d61203 #d603c8

Monochromatic Colors of #d6035e

#d6035e

Complementary Color

#d6035e #03d67b

#d6035e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6035e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6035e Color CSS Codes

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

#d6035e Text Font Color

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

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


#d6035e Background Color

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

This div background color is #d6035e


#d6035e Border Color

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

This div border color is #d6035e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(214,3,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d6035e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d6035e;
  -webkit-box-shadow: 1px 1px 3px 2px #d6035e;
  box-shadow:         1px 1px 3px 2px #d6035e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,3,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6035e


Comments

No comments written yet.

Please login to write comment.