Color Hex Logo

#d62d30 Color Hex

#D62D30
(214,45,48)
0 Favorites   0 Comments

Color spaces of #d62d30

RGB 2144548
HSL1.000.670.51
HSV359°79°84°
CMYK 0.000.790.78   0.16
XYZ29.203416.38634.4200
Yxy16.38630.58400.3277
Hunter Lab40.480057.934921.8621
CIE-Lab47.477363.783240.7076

#d62d30 color RGB value is (214,45,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00101101 00110000
Octal 326 55 60
Decimal 214 45 48
Hex D6 2D 30

RGB Percentages of Color #d62d30

%69.71
%14.66
%15.64

CMYK Percentages of Color #d62d30

%0
%79
%78
%16

Triadic Colors of #d62d30

#d62d30 #30d62d #2d30d6

Analogous Colors of #d62d30

#d62d30 #d67f2d #d62d85

Monochromatic Colors of #d62d30

#d62d30

Complementary Color

#d62d30 #2dd6d3

#d62d30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d62d30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d62d30 Color CSS Codes

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

#d62d30 Text Font Color

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

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


#d62d30 Background Color

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

This div background color is #d62d30


#d62d30 Border Color

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

This div border color is #d62d30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d62d30


Comments

No comments written yet.

Please login to write comment.