Color Hex Logo

#d92648 Color Hex

#D92648
(217,38,72)
0 Favorites   0 Comments

Color spaces of #d92648

RGB 2173872
HSL0.970.700.50
HSV349°82°85°
CMYK 0.000.820.67   0.15
XYZ30.478116.60587.7298
Yxy16.60580.55600.3029
Hunter Lab40.750262.191717.2786
CIE-Lab47.759567.406127.1169

#d92648 color RGB value is (217,38,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 00100110 01001000
Octal 331 46 110
Decimal 217 38 72
Hex D9 26 48

RGB Percentages of Color #d92648

%66.36
%11.62
%22.02

CMYK Percentages of Color #d92648

%0
%82
%67
%15

Triadic Colors of #d92648

#d92648 #48d926 #2648d9

Analogous Colors of #d92648

#d92648 #d95e26 #d926a2

Monochromatic Colors of #d92648

#d92648

Complementary Color

#d92648 #26d9b7

#d92648 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d92648 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d92648 Color CSS Codes

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

#d92648 Text Font Color

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

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


#d92648 Background Color

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

This div background color is #d92648


#d92648 Border Color

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

This div border color is #d92648


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,38,72, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d92648


Comments

No comments written yet.

Please login to write comment.