Color Hex Logo

#d90832 Color Hex

#D90832
(217,8,50)
0 Favorites   0 Comments

Color spaces of #d90832

RGB 217850
HSL0.970.930.44
HSV348°96°85°
CMYK 0.000.960.77   0.15
XYZ29.277815.15574.3998
Yxy15.15570.59950.3104
Hunter Lab38.930366.114020.5504
CIE-Lab45.846771.097838.0012

#d90832 color RGB value is (217,8,50).

#d90832 hex color red value is 217, green value is 8 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #d90832 hue: 0.97 , saturation: 0.93 and the lightness value of d90832 is 0.44.

The process color (four color CMYK) of #d90832 color hex is 0.00, 0.96, 0.77, 0.15. Web safe color of #d90832 is #cc0033. Color #d90832 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00001000 00110010
Octal 331 10 62
Decimal 217 8 50
Hex D9 8 32

RGB Percentages of Color #d90832

%78.91
%2.91
%18.18

CMYK Percentages of Color #d90832

%0
%96
%77
%15

Triadic Colors of #d90832

#d90832 #32d908 #0832d9

Analogous Colors of #d90832

#d90832 #d94708 #d9089b

Monochromatic Colors of #d90832

#d90832

Complementary Color

#d90832 #08d9af

#d90832 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d90832 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d90832 Color CSS Codes

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

#d90832 Text Font Color

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

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


#d90832 Background Color

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

This div background color is #d90832


#d90832 Border Color

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

This div border color is #d90832


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d90832


Comments

No comments written yet.

Please login to write comment.