Color Hex Logo

#d25720 Color Hex

#D25720
(210,87,32)
0 Favorites   0 Comments

Color spaces of #d25720

RGB 2108732
HSL0.050.740.47
HSV19°85°82°
CMYK 0.000.590.85   0.18
XYZ30.247220.62233.7528
Yxy20.62230.55380.3775
Hunter Lab45.411839.422026.8886
CIE-Lab52.533645.961453.0743

#d25720 color RGB value is (210,87,32).

#d25720 hex color red value is 210, green value is 87 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #d25720 hue: 0.05 , saturation: 0.74 and the lightness value of d25720 is 0.47.

The process color (four color CMYK) of #d25720 color hex is 0.00, 0.59, 0.85, 0.18. Web safe color of #d25720 is #cc6633. Color #d25720 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01010111 00100000
Octal 322 127 40
Decimal 210 87 32
Hex D2 57 20

RGB Percentages of Color #d25720

%63.83
%26.44
%9.73

CMYK Percentages of Color #d25720

%0
%59
%85
%18

Triadic Colors of #d25720

#d25720 #20d257 #5720d2

Analogous Colors of #d25720

#d25720 #d2b020 #d22042

Monochromatic Colors of #d25720

#d25720

Complementary Color

#d25720 #209bd2

#d25720 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d25720 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d25720 Color CSS Codes

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

#d25720 Text Font Color

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

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


#d25720 Background Color

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

This div background color is #d25720


#d25720 Border Color

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

This div border color is #d25720


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d25720


Comments

No comments written yet.

Please login to write comment.