color codes Logo

#d5186c color codes

#D5186C
(213,24,108)
0 Favorites   0 Comments

Color spaces of #d5186c

RGB 21324108
HSL0.930.800.46
HSV333°89°84°
CMYK 0.000.890.49   0.16
XYZ30.474015.882115.6468
Yxy15.88210.49150.2562
Hunter Lab39.852466.75244.6183
CIE-Lab46.819471.44263.5519

#d5186c color RGB value is (213,24,108).

#d5186c hex color red value is 213, green value is 24 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #d5186c hue: 0.93 , saturation: 0.80 and the lightness value of d5186c is 0.46.

The process color (four color CMYK) of #d5186c color code is 0.00, 0.89, 0.49, 0.16. Web safe color of #d5186c is #cc0066. Color #d5186c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00011000 01101100
Octal 325 30 154
Decimal 213 24 108
Hex D5 18 6C

RGB Percentages of Color #d5186c

%61.74
%6.96
%31.30

CMYK Percentages of Color #d5186c

%0
%89
%49
%16

Triadic Colors of #d5186c

#d5186c #6cd518 #186cd5

Analogous Colors of #d5186c

#d5186c #d52218 #d518cb

Monochromatic Colors of #d5186c

#d5186c

Complementary Color

#d5186c #18d581

#d5186c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5186c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5186c Color CSS Codes

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

#d5186c Text Font Color

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

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


#d5186c Background Color

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

This div background color is #d5186c


#d5186c Border Color

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

This div border color is #d5186c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5186c


Comments

No comments written yet.

Please login to write comment.