Color Hex Logo

#d61891 Color Hex

#D61891
(214,24,145)
0 Favorites   0 Comments

Color spaces of #d61891

RGB 21424145
HSL0.890.800.47
HSV322°89°84°
CMYK 0.000.890.32   0.16
XYZ33.169016.993728.3200
Yxy16.99370.42260.2165
Hunter Lab41.223471.4829-11.8751
CIE-Lab48.252175.0718-16.8863

#d61891 color RGB value is (214,24,145).

#d61891 hex color red value is 214, green value is 24 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #d61891 hue: 0.89 , saturation: 0.80 and the lightness value of d61891 is 0.47.

The process color (four color CMYK) of #d61891 color hex is 0.00, 0.89, 0.32, 0.16. Web safe color of #d61891 is #cc0099. Color #d61891 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00011000 10010001
Octal 326 30 221
Decimal 214 24 145
Hex D6 18 91

RGB Percentages of Color #d61891

%55.87
%6.27
%37.86

CMYK Percentages of Color #d61891

%0
%89
%32
%16

Triadic Colors of #d61891

#d61891 #91d618 #1891d6

Analogous Colors of #d61891

#d61891 #d61832 #bc18d6

Monochromatic Colors of #d61891

#d61891

Complementary Color

#d61891 #18d65d

#d61891 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d61891 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d61891 Color CSS Codes

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

#d61891 Text Font Color

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

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


#d61891 Background Color

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

This div background color is #d61891


#d61891 Border Color

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

This div border color is #d61891


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d61891


Comments

No comments written yet.

Please login to write comment.