Color Hex Logo

#d25114 Color Hex

#D25114
(210,81,20)
0 Favorites   0 Comments

Color spaces of #d25114

RGB 2108120
HSL0.050.830.45
HSV19°90°82°
CMYK 0.000.610.90   0.18
XYZ29.647019.63702.8896
Yxy19.63700.56820.3764
Hunter Lab44.313741.872327.1534
CIE-Lab51.424348.470056.5925

#d25114 color RGB value is (210,81,20).

#d25114 hex color red value is 210, green value is 81 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #d25114 hue: 0.05 , saturation: 0.83 and the lightness value of d25114 is 0.45.

The process color (four color CMYK) of #d25114 color hex is 0.00, 0.61, 0.90, 0.18. Web safe color of #d25114 is #cc6600. Color #d25114 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01010001 00010100
Octal 322 121 24
Decimal 210 81 20
Hex D2 51 14

RGB Percentages of Color #d25114

%67.52
%26.05
%6.43

CMYK Percentages of Color #d25114

%0
%61
%90
%18

Triadic Colors of #d25114

#d25114 #14d251 #5114d2

Analogous Colors of #d25114

#d25114 #d2b014 #d21436

Monochromatic Colors of #d25114

#d25114

Complementary Color

#d25114 #1495d2

#d25114 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d25114 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d25114 Color CSS Codes

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

#d25114 Text Font Color

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

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


#d25114 Background Color

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

This div background color is #d25114


#d25114 Border Color

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

This div border color is #d25114


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,81,20, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d25114


Comments

No comments written yet.

Please login to write comment.