Color Hex Logo

#d25503 Color Hex

#D25503
(210,85,3)
0 Favorites   0 Comments

Color spaces of #d25503

RGB 210853
HSL0.070.970.42
HSV24°99°82°
CMYK 0.000.600.99   0.18
XYZ29.843320.20522.4132
Yxy20.20520.56890.3851
Hunter Lab44.950239.846728.2821
CIE-Lab52.068446.440361.1803

#d25503 color RGB value is (210,85,3).

#d25503 hex color red value is 210, green value is 85 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #d25503 hue: 0.07 , saturation: 0.97 and the lightness value of d25503 is 0.42.

The process color (four color CMYK) of #d25503 color hex is 0.00, 0.60, 0.99, 0.18. Web safe color of #d25503 is #cc6600. Color #d25503 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01010101 00000011
Octal 322 125 3
Decimal 210 85 3
Hex D2 55 3

RGB Percentages of Color #d25503

%70.47
%28.52
%1.01

CMYK Percentages of Color #d25503

%0
%60
%99
%18

Triadic Colors of #d25503

#d25503 #03d255 #5503d2

Analogous Colors of #d25503

#d25503 #d2bd03 #d20318

Monochromatic Colors of #d25503

#d25503

Complementary Color

#d25503 #0380d2

#d25503 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d25503 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d25503 Color CSS Codes

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

#d25503 Text Font Color

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

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


#d25503 Background Color

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

This div background color is #d25503


#d25503 Border Color

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

This div border color is #d25503


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d25503


Comments

No comments written yet.

Please login to write comment.