Color Hex Logo

#d519bf Color Hex

#D519BF
(213,25,191)
0 Favorites   0 Comments

Color spaces of #d519bf

RGB 21325191
HSL0.850.790.47
HSV307°88°84°
CMYK 0.000.880.10   0.16
XYZ37.192218.603050.9207
Yxy18.60300.34850.1743
Hunter Lab43.131278.4417-39.8060
CIE-Lab50.219580.2849-41.0701

#d519bf color RGB value is (213,25,191).

#d519bf hex color red value is 213, green value is 25 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d519bf hue: 0.85 , saturation: 0.79 and the lightness value of d519bf is 0.47.

The process color (four color CMYK) of #d519bf color hex is 0.00, 0.88, 0.10, 0.16. Web safe color of #d519bf is #cc00cc. Color #d519bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00011001 10111111
Octal 325 31 277
Decimal 213 25 191
Hex D5 19 BF

RGB Percentages of Color #d519bf

%49.65
%5.83
%44.52

CMYK Percentages of Color #d519bf

%0
%88
%10
%16

Triadic Colors of #d519bf

#d519bf #bfd519 #19bfd5

Analogous Colors of #d519bf

#d519bf #d51961 #8d19d5

Monochromatic Colors of #d519bf

#d519bf

Complementary Color

#d519bf #19d52f

#d519bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d519bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d519bf Color CSS Codes

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

#d519bf Text Font Color

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

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


#d519bf Background Color

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

This div background color is #d519bf


#d519bf Border Color

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

This div border color is #d519bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d519bf


Comments

No comments written yet.

Please login to write comment.