Color Hex Logo

#d10629 Color Hex

#D10629
(209,6,41)
0 Favorites   0 Comments

Color spaces of #d10629

RGB 209641
HSL0.970.940.42
HSV350°97°82°
CMYK 0.000.970.80   0.18
XYZ26.759913.84573.3599
Yxy13.84570.60870.3149
Hunter Lab37.209863.253320.6932
CIE-Lab44.010869.039440.7355

#d10629 color RGB value is (209,6,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00000110 00101001
Octal 321 6 51
Decimal 209 6 41
Hex D1 6 29

RGB Percentages of Color #d10629

%81.64
%2.34
%16.02

CMYK Percentages of Color #d10629

%0
%97
%80
%18

Triadic Colors of #d10629

#d10629 #29d106 #0629d1

Analogous Colors of #d10629

#d10629 #d14806 #d1068f

Monochromatic Colors of #d10629

#d10629

Complementary Color

#d10629 #06d1ae

#d10629 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d10629 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d10629 Color CSS Codes

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

#d10629 Text Font Color

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

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


#d10629 Background Color

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

This div background color is #d10629


#d10629 Border Color

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

This div border color is #d10629


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d10629


Comments

No comments written yet.

Please login to write comment.