Color Hex Logo

#d3519f Color Hex

#D3519F
(211,81,159)
0 Favorites   0 Comments

Color spaces of #d3519f

RGB 21181159
HSL0.900.600.57
HSV324°62°83°
CMYK 0.000.620.25   0.17
XYZ36.064422.236935.1922
Yxy22.23690.38570.2378
Hunter Lab47.156053.9918-11.2385
CIE-Lab54.277559.0590-16.0861

#d3519f color RGB value is (211,81,159).

#d3519f hex color red value is 211, green value is 81 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #d3519f hue: 0.90 , saturation: 0.60 and the lightness value of d3519f is 0.57.

The process color (four color CMYK) of #d3519f color hex is 0.00, 0.62, 0.25, 0.17. Web safe color of #d3519f is #cc6699. Color #d3519f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01010001 10011111
Octal 323 121 237
Decimal 211 81 159
Hex D3 51 9F

RGB Percentages of Color #d3519f

%46.78
%17.96
%35.25

CMYK Percentages of Color #d3519f

%0
%62
%25
%17

Triadic Colors of #d3519f

#d3519f #9fd351 #519fd3

Analogous Colors of #d3519f

#d3519f #d3515e #c651d3

Monochromatic Colors of #d3519f

#d3519f

Complementary Color

#d3519f #51d385

#d3519f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3519f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3519f Color CSS Codes

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

#d3519f Text Font Color

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

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


#d3519f Background Color

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

This div background color is #d3519f


#d3519f Border Color

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

This div border color is #d3519f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3519f


Comments

No comments written yet.

Please login to write comment.