Color Hex Logo

#d75454 Color Hex

#D75454
(215,84,84)
0 Favorites   0 Comments

Color spaces of #d75454

RGB 2158484
HSL0.000.620.59
HSV61°84°
CMYK 0.000.610.61   0.16
XYZ32.794921.427810.7950
Yxy21.42780.50440.3296
Hunter Lab46.290245.452918.5765
CIE-Lab53.414651.491427.1144

#d75454 color RGB value is (215,84,84).

#d75454 hex color red value is 215, green value is 84 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #d75454 hue: 0.00 , saturation: 0.62 and the lightness value of d75454 is 0.59.

The process color (four color CMYK) of #d75454 color hex is 0.00, 0.61, 0.61, 0.16. Web safe color of #d75454 is #cc6666. Color #d75454 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01010100 01010100
Octal 327 124 124
Decimal 215 84 84
Hex D7 54 54

RGB Percentages of Color #d75454

%56.14
%21.93
%21.93

CMYK Percentages of Color #d75454

%0
%61
%61
%16

Triadic Colors of #d75454

#d75454 #54d754 #5454d7

Analogous Colors of #d75454

#d75454 #d79654 #d75496

Monochromatic Colors of #d75454

#d75454

Complementary Color

#d75454 #54d7d7

#d75454 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d75454 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d75454 Color CSS Codes

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

#d75454 Text Font Color

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

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


#d75454 Background Color

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

This div background color is #d75454


#d75454 Border Color

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

This div border color is #d75454


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d75454


Comments

No comments written yet.

Please login to write comment.