Color Hex Logo

#d74325 Color Hex

#D74325
(215,67,37)
0 Favorites   0 Comments

Color spaces of #d74325

RGB 2156737
HSL0.030.710.49
HSV10°83°84°
CMYK 0.000.690.83   0.16
XYZ30.365418.59503.7390
Yxy18.59500.57620.3529
Hunter Lab43.121950.232025.0444
CIE-Lab50.210056.421249.1479

#d74325 color RGB value is (215,67,37).

#d74325 hex color red value is 215, green value is 67 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #d74325 hue: 0.03 , saturation: 0.71 and the lightness value of d74325 is 0.49.

The process color (four color CMYK) of #d74325 color hex is 0.00, 0.69, 0.83, 0.16. Web safe color of #d74325 is #cc3333. Color #d74325 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01000011 00100101
Octal 327 103 45
Decimal 215 67 37
Hex D7 43 25

RGB Percentages of Color #d74325

%67.40
%21.00
%11.60

CMYK Percentages of Color #d74325

%0
%69
%83
%16

Triadic Colors of #d74325

#d74325 #25d743 #4325d7

Analogous Colors of #d74325

#d74325 #d79c25 #d72560

Monochromatic Colors of #d74325

#d74325

Complementary Color

#d74325 #25b9d7

#d74325 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d74325 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d74325 Color CSS Codes

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

#d74325 Text Font Color

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

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


#d74325 Background Color

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

This div background color is #d74325


#d74325 Border Color

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

This div border color is #d74325


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(215,67,37, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d74325; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d74325;
  -webkit-box-shadow: 1px 1px 3px 2px #d74325;
  box-shadow:         1px 1px 3px 2px #d74325; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,67,37, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d74325


Comments

No comments written yet.

Please login to write comment.