Color Hex Logo

#d90538 Color Hex

#D90538
(217,5,56)
0 Favorites   0 Comments

Color spaces of #d90538

RGB 217556
HSL0.960.950.44
HSV346°98°85°
CMYK 0.000.980.74   0.15
XYZ29.383415.14585.1161
Yxy15.14580.59190.3051
Hunter Lab38.917666.664519.4481
CIE-Lab45.833271.561334.4391

#d90538 color RGB value is (217,5,56).

#d90538 hex color red value is 217, green value is 5 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #d90538 hue: 0.96 , saturation: 0.95 and the lightness value of d90538 is 0.44.

The process color (four color CMYK) of #d90538 color hex is 0.00, 0.98, 0.74, 0.15. Web safe color of #d90538 is #cc0033. Color #d90538 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00000101 00111000
Octal 331 5 70
Decimal 217 5 56
Hex D9 5 38

RGB Percentages of Color #d90538

%78.06
%1.80
%20.14

CMYK Percentages of Color #d90538

%0
%98
%74
%15

Triadic Colors of #d90538

#d90538 #38d905 #0538d9

Analogous Colors of #d90538

#d90538 #d93c05 #d905a2

Monochromatic Colors of #d90538

#d90538

Complementary Color

#d90538 #05d9a6

#d90538 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d90538 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d90538 Color CSS Codes

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

#d90538 Text Font Color

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

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


#d90538 Background Color

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

This div background color is #d90538


#d90538 Border Color

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

This div border color is #d90538


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d90538


Comments

No comments written yet.

Please login to write comment.