Color Hex Logo

#d74561 Color Hex

#D74561
(215,69,97)
0 Favorites   0 Comments

Color spaces of #d74561

RGB 2156997
HSL0.970.650.56
HSV348°68°84°
CMYK 0.000.680.55   0.16
XYZ32.310119.566413.3830
Yxy19.56640.49510.2998
Hunter Lab44.233952.973713.0255
CIE-Lab51.343458.682216.6693

#d74561 color RGB value is (215,69,97).

#d74561 hex color red value is 215, green value is 69 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #d74561 hue: 0.97 , saturation: 0.65 and the lightness value of d74561 is 0.56.

The process color (four color CMYK) of #d74561 color hex is 0.00, 0.68, 0.55, 0.16. Web safe color of #d74561 is #cc3366. Color #d74561 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01000101 01100001
Octal 327 105 141
Decimal 215 69 97
Hex D7 45 61

RGB Percentages of Color #d74561

%56.43
%18.11
%25.46

CMYK Percentages of Color #d74561

%0
%68
%55
%16

Triadic Colors of #d74561

#d74561 #61d745 #4561d7

Analogous Colors of #d74561

#d74561 #d77245 #d745aa

Monochromatic Colors of #d74561

#d74561

Complementary Color

#d74561 #45d7bb

#d74561 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d74561 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d74561 Color CSS Codes

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

#d74561 Text Font Color

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

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


#d74561 Background Color

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

This div background color is #d74561


#d74561 Border Color

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

This div border color is #d74561


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d74561


Comments

No comments written yet.

Please login to write comment.