Color Hex Logo

#d74469 Color Hex

#D74469
(215,68,105)
0 Favorites   0 Comments

Color spaces of #d74469

RGB 21568105
HSL0.960.650.55
HSV345°68°84°
CMYK 0.000.680.51   0.16
XYZ32.641319.601215.4276
Yxy19.60120.48240.2897
Hunter Lab44.273254.124410.3309
CIE-Lab51.383359.698511.9121

#d74469 color RGB value is (215,68,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01000100 01101001
Octal 327 104 151
Decimal 215 68 105
Hex D7 44 69

RGB Percentages of Color #d74469

%55.41
%17.53
%27.06

CMYK Percentages of Color #d74469

%0
%68
%51
%16

Triadic Colors of #d74469

#d74469 #69d744 #4469d7

Analogous Colors of #d74469

#d74469 #d76944 #d744b3

Monochromatic Colors of #d74469

#d74469

Complementary Color

#d74469 #44d7b2

#d74469 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d74469 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d74469 Color CSS Codes

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

#d74469 Text Font Color

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

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


#d74469 Background Color

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

This div background color is #d74469


#d74469 Border Color

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

This div border color is #d74469


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d74469


Comments

No comments written yet.

Please login to write comment.