Color Hex Logo

#d6187d Color Hex

#D6187D
(214,24,125)
0 Favorites   0 Comments

Color spaces of #d6187d

RGB 21424125
HSL0.910.800.47
HSV328°89°84°
CMYK 0.000.890.42   0.16
XYZ31.759916.430120.8994
Yxy16.43010.45970.2378
Hunter Lab40.534168.9266-2.1961
CIE-Lab47.533873.1108-5.8277

#d6187d color RGB value is (214,24,125).

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

The process color (four color CMYK) of #d6187d color hex is 0.00, 0.89, 0.42, 0.16. Web safe color of #d6187d is #cc0066. Color #d6187d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00011000 01111101
Octal 326 30 175
Decimal 214 24 125
Hex D6 18 7D

RGB Percentages of Color #d6187d

%58.95
%6.61
%34.44

CMYK Percentages of Color #d6187d

%0
%89
%42
%16

Triadic Colors of #d6187d

#d6187d #7dd618 #187dd6

Analogous Colors of #d6187d

#d6187d #d6181e #d018d6

Monochromatic Colors of #d6187d

#d6187d

Complementary Color

#d6187d #18d671

#d6187d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6187d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6187d Color CSS Codes

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

#d6187d Text Font Color

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

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


#d6187d Background Color

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

This div background color is #d6187d


#d6187d Border Color

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

This div border color is #d6187d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6187d


Comments

No comments written yet.

Please login to write comment.