Color Hex Logo

#d10626 Color Hex

#D10626
(209,6,38)
0 Favorites   0 Comments

Color spaces of #d10626

RGB 209638
HSL0.970.940.42
HSV351°97°82°
CMYK 0.000.970.82   0.18
XYZ26.709513.82553.0946
Yxy13.82550.61220.3169
Hunter Lab37.182763.152621.0933
CIE-Lab43.981668.959442.3817

#d10626 color RGB value is (209,6,38).

#d10626 hex color red value is 209, green value is 6 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #d10626 hue: 0.97 , saturation: 0.94 and the lightness value of d10626 is 0.42.

The process color (four color CMYK) of #d10626 color hex is 0.00, 0.97, 0.82, 0.18. Web safe color of #d10626 is #cc0033. Color #d10626 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00000110 00100110
Octal 321 6 46
Decimal 209 6 38
Hex D1 6 26

RGB Percentages of Color #d10626

%82.61
%2.37
%15.02

CMYK Percentages of Color #d10626

%0
%97
%82
%18

Triadic Colors of #d10626

#d10626 #26d106 #0626d1

Analogous Colors of #d10626

#d10626 #d14b06 #d1068c

Monochromatic Colors of #d10626

#d10626

Complementary Color

#d10626 #06d1b1

#d10626 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d10626 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d10626 Color CSS Codes

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

#d10626 Text Font Color

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

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


#d10626 Background Color

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

This div background color is #d10626


#d10626 Border Color

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

This div border color is #d10626


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d10626


Comments

No comments written yet.

Please login to write comment.