Color Hex Logo

#d25533 Color Hex

#D25533
(210,85,51)
0 Favorites   0 Comments

Color spaces of #d25533

RGB 2108551
HSL0.040.640.51
HSV13°76°82°
CMYK 0.000.600.76   0.18
XYZ30.424420.43775.4733
Yxy20.43770.54010.3628
Hunter Lab45.208141.013924.4675
CIE-Lab52.328547.510843.9959

#d25533 color RGB value is (210,85,51).

#d25533 hex color red value is 210, green value is 85 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #d25533 hue: 0.04 , saturation: 0.64 and the lightness value of d25533 is 0.51.

The process color (four color CMYK) of #d25533 color hex is 0.00, 0.60, 0.76, 0.18. Web safe color of #d25533 is #cc6633. Color #d25533 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01010101 00110011
Octal 322 125 63
Decimal 210 85 51
Hex D2 55 33

RGB Percentages of Color #d25533

%60.69
%24.57
%14.74

CMYK Percentages of Color #d25533

%0
%60
%76
%18

Triadic Colors of #d25533

#d25533 #33d255 #5533d2

Analogous Colors of #d25533

#d25533 #d2a533 #d23361

Monochromatic Colors of #d25533

#d25533

Complementary Color

#d25533 #33b0d2

#d25533 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d25533 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d25533 Color CSS Codes

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

#d25533 Text Font Color

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

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


#d25533 Background Color

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

This div background color is #d25533


#d25533 Border Color

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

This div border color is #d25533


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d25533


Comments

No comments written yet.

Please login to write comment.