Color Hex Logo

#d74055 Color Hex

#D74055
(215,64,85)
0 Favorites   0 Comments

Color spaces of #d74055

RGB 2156485
HSL0.980.650.55
HSV352°70°84°
CMYK 0.000.700.60   0.16
XYZ31.497418.769710.5572
Yxy18.76970.51780.3086
Hunter Lab43.324053.956015.8790
CIE-Lab50.416759.726022.6304

#d74055 color RGB value is (215,64,85).

#d74055 hex color red value is 215, green value is 64 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #d74055 hue: 0.98 , saturation: 0.65 and the lightness value of d74055 is 0.55.

The process color (four color CMYK) of #d74055 color hex is 0.00, 0.70, 0.60, 0.16. Web safe color of #d74055 is #cc3366. Color #d74055 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01000000 01010101
Octal 327 100 125
Decimal 215 64 85
Hex D7 40 55

RGB Percentages of Color #d74055

%59.07
%17.58
%23.35

CMYK Percentages of Color #d74055

%0
%70
%60
%16

Triadic Colors of #d74055

#d74055 #55d740 #4055d7

Analogous Colors of #d74055

#d74055 #d77740 #d740a1

Monochromatic Colors of #d74055

#d74055

Complementary Color

#d74055 #40d7c2

#d74055 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d74055 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d74055 Color CSS Codes

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

#d74055 Text Font Color

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

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


#d74055 Background Color

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

This div background color is #d74055


#d74055 Border Color

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

This div border color is #d74055


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d74055


Comments

No comments written yet.

Please login to write comment.