Color Hex Logo

#d714bf Color Hex

#D714BF
(215,20,191)
0 Favorites   0 Comments

Color spaces of #d714bf

RGB 21520191
HSL0.850.830.46
HSV307°91°84°
CMYK 0.000.910.11   0.16
XYZ37.678518.709050.9155
Yxy18.70900.35110.1744
Hunter Lab43.253979.7971-39.5144
CIE-Lab50.345081.3309-40.8484

#d714bf color RGB value is (215,20,191).

#d714bf hex color red value is 215, green value is 20 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d714bf hue: 0.85 , saturation: 0.83 and the lightness value of d714bf is 0.46.

The process color (four color CMYK) of #d714bf color hex is 0.00, 0.91, 0.11, 0.16. Web safe color of #d714bf is #cc00cc. Color #d714bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00010100 10111111
Octal 327 24 277
Decimal 215 20 191
Hex D7 14 BF

RGB Percentages of Color #d714bf

%50.47
%4.69
%44.84

CMYK Percentages of Color #d714bf

%0
%91
%11
%16

Triadic Colors of #d714bf

#d714bf #bfd714 #14bfd7

Analogous Colors of #d714bf

#d714bf #d7145d #8e14d7

Monochromatic Colors of #d714bf

#d714bf

Complementary Color

#d714bf #14d72c

#d714bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d714bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d714bf Color CSS Codes

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

#d714bf Text Font Color

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

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


#d714bf Background Color

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

This div background color is #d714bf


#d714bf Border Color

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

This div border color is #d714bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,20,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 #d714bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d714bf


Comments

No comments written yet.

Please login to write comment.