Color Hex Logo

#d61478 Color Hex

#D61478
(214,20,120)
0 Favorites   0 Comments

Color spaces of #d61478

RGB 21420120
HSL0.910.830.46
HSV329°91°84°
CMYK 0.000.910.44   0.16
XYZ31.371916.152519.2336
Yxy16.15250.46990.2420
Hunter Lab40.190269.0019-0.2410
CIE-Lab47.173973.2432-3.2977

#d61478 color RGB value is (214,20,120).

#d61478 hex color red value is 214, green value is 20 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #d61478 hue: 0.91 , saturation: 0.83 and the lightness value of d61478 is 0.46.

The process color (four color CMYK) of #d61478 color hex is 0.00, 0.91, 0.44, 0.16. Web safe color of #d61478 is #cc0066. Color #d61478 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00010100 01111000
Octal 326 24 170
Decimal 214 20 120
Hex D6 14 78

RGB Percentages of Color #d61478

%60.45
%5.65
%33.90

CMYK Percentages of Color #d61478

%0
%91
%44
%16

Triadic Colors of #d61478

#d61478 #78d614 #1478d6

Analogous Colors of #d61478

#d61478 #d61417 #d314d6

Monochromatic Colors of #d61478

#d61478

Complementary Color

#d61478 #14d672

#d61478 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d61478 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d61478 Color CSS Codes

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

#d61478 Text Font Color

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

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


#d61478 Background Color

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

This div background color is #d61478


#d61478 Border Color

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

This div border color is #d61478


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(214,20,120, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d61478; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d61478;
  -webkit-box-shadow: 1px 1px 3px 2px #d61478;
  box-shadow:         1px 1px 3px 2px #d61478; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d61478


Comments

No comments written yet.

Please login to write comment.