Color Hex Logo

#d25029 Color Hex

#D25029
(210,80,41)
0 Favorites   0 Comments

Color spaces of #d25029

RGB 2108041
HSL0.040.670.49
HSV14°80°82°
CMYK 0.000.620.80   0.18
XYZ29.847219.59914.3077
Yxy19.59910.55530.3646
Hunter Lab44.270942.869825.2205
CIE-Lab51.380949.418648.0251

#d25029 color RGB value is (210,80,41).

#d25029 hex color red value is 210, green value is 80 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #d25029 hue: 0.04 , saturation: 0.67 and the lightness value of d25029 is 0.49.

The process color (four color CMYK) of #d25029 color hex is 0.00, 0.62, 0.80, 0.18. Web safe color of #d25029 is #cc6633. Color #d25029 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01010000 00101001
Octal 322 120 51
Decimal 210 80 41
Hex D2 50 29

RGB Percentages of Color #d25029

%63.44
%24.17
%12.39

CMYK Percentages of Color #d25029

%0
%62
%80
%18

Triadic Colors of #d25029

#d25029 #29d250 #5029d2

Analogous Colors of #d25029

#d25029 #d2a529 #d22956

Monochromatic Colors of #d25029

#d25029

Complementary Color

#d25029 #29abd2

#d25029 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d25029 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d25029 Color CSS Codes

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

#d25029 Text Font Color

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

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


#d25029 Background Color

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

This div background color is #d25029


#d25029 Border Color

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

This div border color is #d25029


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,80,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 #d25029">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d25029


Comments

No comments written yet.

Please login to write comment.