Color Hex Logo

#d6303e Color Hex

#D6303E
(214,48,62)
0 Favorites   0 Comments

Color spaces of #d6303e

RGB 2144862
HSL0.990.670.51
HSV355°78°84°
CMYK 0.000.780.71   0.16
XYZ29.658016.75786.2289
Yxy16.75780.56340.3183
Hunter Lab40.936357.683219.6338
CIE-Lab47.953463.472633.2013

#d6303e color RGB value is (214,48,62).

#d6303e hex color red value is 214, green value is 48 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #d6303e hue: 0.99 , saturation: 0.67 and the lightness value of d6303e is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00110000 00111110
Octal 326 60 76
Decimal 214 48 62
Hex D6 30 3E

RGB Percentages of Color #d6303e

%66.05
%14.81
%19.14

CMYK Percentages of Color #d6303e

%0
%78
%71
%16

Triadic Colors of #d6303e

#d6303e #3ed630 #303ed6

Analogous Colors of #d6303e

#d6303e #d67530 #d63091

Monochromatic Colors of #d6303e

#d6303e

Complementary Color

#d6303e #30d6c8

#d6303e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6303e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6303e Color CSS Codes

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

#d6303e Text Font Color

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

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


#d6303e Background Color

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

This div background color is #d6303e


#d6303e Border Color

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

This div border color is #d6303e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6303e


Comments

No comments written yet.

Please login to write comment.