Color Hex Logo

#d25934 Color Hex

#D25934
(210,89,52)
0 Favorites   0 Comments

Color spaces of #d25934

RGB 2108952
HSL0.040.640.51
HSV14°75°82°
CMYK 0.000.580.75   0.18
XYZ30.770621.09435.6986
Yxy21.09430.53460.3665
Hunter Lab45.928539.214224.7935
CIE-Lab53.052545.682444.2450

#d25934 color RGB value is (210,89,52).

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

The process color (four color CMYK) of #d25934 color hex is 0.00, 0.58, 0.75, 0.18. Web safe color of #d25934 is #cc6633. Color #d25934 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01011001 00110100
Octal 322 131 64
Decimal 210 89 52
Hex D2 59 34

RGB Percentages of Color #d25934

%59.83
%25.36
%14.81

CMYK Percentages of Color #d25934

%0
%58
%75
%18

Triadic Colors of #d25934

#d25934 #34d259 #5934d2

Analogous Colors of #d25934

#d25934 #d2a834 #d2345e

Monochromatic Colors of #d25934

#d25934

Complementary Color

#d25934 #34add2

#d25934 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d25934 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d25934 Color CSS Codes

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

#d25934 Text Font Color

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

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


#d25934 Background Color

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

This div background color is #d25934


#d25934 Border Color

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

This div border color is #d25934


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d25934


Comments

No comments written yet.

Please login to write comment.