Color Hex Logo

#d92840 Color Hex

#D92840
(217,40,64)
0 Favorites   0 Comments

Color spaces of #d92840

RGB 2174064
HSL0.980.700.50
HSV352°82°85°
CMYK 0.000.820.71   0.15
XYZ30.299516.63956.4653
Yxy16.63950.56740.3116
Hunter Lab40.791561.202619.1568
CIE-Lab47.802666.550631.9784

#d92840 color RGB value is (217,40,64).

#d92840 hex color red value is 217, green value is 40 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #d92840 hue: 0.98 , saturation: 0.70 and the lightness value of d92840 is 0.50.

The process color (four color CMYK) of #d92840 color hex is 0.00, 0.82, 0.71, 0.15. Web safe color of #d92840 is #cc3333. Color #d92840 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00101000 01000000
Octal 331 50 100
Decimal 217 40 64
Hex D9 28 40

RGB Percentages of Color #d92840

%67.60
%12.46
%19.94

CMYK Percentages of Color #d92840

%0
%82
%71
%15

Triadic Colors of #d92840

#d92840 #40d928 #2840d9

Analogous Colors of #d92840

#d92840 #d96928 #d92899

Monochromatic Colors of #d92840

#d92840

Complementary Color

#d92840 #28d9c1

#d92840 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d92840 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d92840 Color CSS Codes

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

#d92840 Text Font Color

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

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


#d92840 Background Color

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

This div background color is #d92840


#d92840 Border Color

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

This div border color is #d92840


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d92840


Comments

No comments written yet.

Please login to write comment.