Color Hex Logo

#d61057 Color Hex

#D61057
(214,16,87)
0 Favorites   0 Comments

Color spaces of #d61057

RGB 2141687
HSL0.940.860.45
HSV338°93°84°
CMYK 0.000.930.59   0.16
XYZ29.637115.354810.4186
Yxy15.35480.53490.2771
Hunter Lab39.185266.431511.6656
CIE-Lab46.116471.311215.6199

#d61057 color RGB value is (214,16,87).

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

The process color (four color CMYK) of #d61057 color hex is 0.00, 0.93, 0.59, 0.16. Web safe color of #d61057 is #cc0066. Color #d61057 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00010000 01010111
Octal 326 20 127
Decimal 214 16 87
Hex D6 10 57

RGB Percentages of Color #d61057

%67.51
%5.05
%27.44

CMYK Percentages of Color #d61057

%0
%93
%59
%16

Triadic Colors of #d61057

#d61057 #57d610 #1057d6

Analogous Colors of #d61057

#d61057 #d62c10 #d610ba

Monochromatic Colors of #d61057

#d61057

Complementary Color

#d61057 #10d68f

#d61057 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d61057 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d61057 Color CSS Codes

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

#d61057 Text Font Color

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

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


#d61057 Background Color

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

This div background color is #d61057


#d61057 Border Color

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

This div border color is #d61057


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d61057


Comments

No comments written yet.

Please login to write comment.