Color Hex Logo

#d714be Color Hex

#D714BE
(215,20,190)
0 Favorites   0 Comments

Color spaces of #d714be

RGB 21520190
HSL0.850.830.46
HSV308°91°84°
CMYK 0.000.910.12   0.16
XYZ37.568818.665150.3378
Yxy18.66510.35250.1751
Hunter Lab43.203179.6155-38.8391
CIE-Lab50.293181.1979-40.3486

#d714be color RGB value is (215,20,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00010100 10111110
Octal 327 24 276
Decimal 215 20 190
Hex D7 14 BE

RGB Percentages of Color #d714be

%50.59
%4.71
%44.71

CMYK Percentages of Color #d714be

%0
%91
%12
%16

Triadic Colors of #d714be

#d714be #bed714 #14bed7

Analogous Colors of #d714be

#d714be #d7145c #8f14d7

Monochromatic Colors of #d714be

#d714be

Complementary Color

#d714be #14d72d

#d714be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d714be Color Preview on White Background

Lorem ipsum dolor sit amet.

#d714be Color CSS Codes

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

#d714be Text Font Color

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

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


#d714be Background Color

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

This div background color is #d714be


#d714be Border Color

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

This div border color is #d714be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,20,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d714be


Comments

No comments written yet.

Please login to write comment.