Color Hex Logo

#d25139 Color Hex

#D25139
(210,81,57)
0 Favorites   0 Comments

Color spaces of #d25139

RGB 2108157
HSL0.030.630.52
HSV73°82°
CMYK 0.000.610.73   0.18
XYZ30.259319.88196.1136
Yxy19.88190.53790.3534
Hunter Lab44.589143.103623.0832
CIE-Lab51.703449.585440.1453

#d25139 color RGB value is (210,81,57).

#d25139 hex color red value is 210, green value is 81 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #d25139 hue: 0.03 , saturation: 0.63 and the lightness value of d25139 is 0.52.

The process color (four color CMYK) of #d25139 color hex is 0.00, 0.61, 0.73, 0.18. Web safe color of #d25139 is #cc6633. Color #d25139 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01010001 00111001
Octal 322 121 71
Decimal 210 81 57
Hex D2 51 39

RGB Percentages of Color #d25139

%60.34
%23.28
%16.38

CMYK Percentages of Color #d25139

%0
%61
%73
%18

Triadic Colors of #d25139

#d25139 #39d251 #5139d2

Analogous Colors of #d25139

#d25139 #d29e39 #d2396e

Monochromatic Colors of #d25139

#d25139

Complementary Color

#d25139 #39bad2

#d25139 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d25139 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d25139 Color CSS Codes

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

#d25139 Text Font Color

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

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


#d25139 Background Color

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

This div background color is #d25139


#d25139 Border Color

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

This div border color is #d25139


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d25139


Comments

No comments written yet.

Please login to write comment.