Color Hex Logo

#d61154 Color Hex

#D61154
(214,17,84)
0 Favorites   0 Comments

Color spaces of #d61154

RGB 2141784
HSL0.940.850.45
HSV340°92°84°
CMYK 0.000.920.61   0.16
XYZ29.532215.33719.7913
Yxy15.33710.54030.2806
Hunter Lab39.162666.070812.5903
CIE-Lab46.092571.013617.4528

#d61154 color RGB value is (214,17,84).

#d61154 hex color red value is 214, green value is 17 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #d61154 hue: 0.94 , saturation: 0.85 and the lightness value of d61154 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00010001 01010100
Octal 326 21 124
Decimal 214 17 84
Hex D6 11 54

RGB Percentages of Color #d61154

%67.94
%5.40
%26.67

CMYK Percentages of Color #d61154

%0
%92
%61
%16

Triadic Colors of #d61154

#d61154 #54d611 #1154d6

Analogous Colors of #d61154

#d61154 #d63011 #d611b7

Monochromatic Colors of #d61154

#d61154

Complementary Color

#d61154 #11d693

#d61154 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d61154 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d61154 Color CSS Codes

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

#d61154 Text Font Color

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

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


#d61154 Background Color

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

This div background color is #d61154


#d61154 Border Color

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

This div border color is #d61154


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,17,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 #d61154">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d61154


Comments

No comments written yet.

Please login to write comment.