Color Hex Logo

#d5518f Color Hex

#D5518F
(213,81,143)
0 Favorites   0 Comments

Color spaces of #d5518f

RGB 21381143
HSL0.920.610.58
HSV332°62°84°
CMYK 0.000.620.33   0.16
XYZ35.340922.014228.3731
Yxy22.01420.41220.2568
Hunter Lab46.919352.3423-3.0104
CIE-Lab54.042157.6366-6.9833

#d5518f color RGB value is (213,81,143).

#d5518f hex color red value is 213, green value is 81 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #d5518f hue: 0.92 , saturation: 0.61 and the lightness value of d5518f is 0.58.

The process color (four color CMYK) of #d5518f color hex is 0.00, 0.62, 0.33, 0.16. Web safe color of #d5518f is #cc6699. Color #d5518f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01010001 10001111
Octal 325 121 217
Decimal 213 81 143
Hex D5 51 8F

RGB Percentages of Color #d5518f

%48.74
%18.54
%32.72

CMYK Percentages of Color #d5518f

%0
%62
%33
%16

Triadic Colors of #d5518f

#d5518f #8fd551 #518fd5

Analogous Colors of #d5518f

#d5518f #d55551 #d551d1

Monochromatic Colors of #d5518f

#d5518f

Complementary Color

#d5518f #51d597

#d5518f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5518f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5518f Color CSS Codes

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

#d5518f Text Font Color

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

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


#d5518f Background Color

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

This div background color is #d5518f


#d5518f Border Color

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

This div border color is #d5518f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5518f


Comments

No comments written yet.

Please login to write comment.