Color Hex Logo

#d713af Color Hex

#D713AF
(215,19,175)
0 Favorites   0 Comments

Color spaces of #d713af

RGB 21519175
HSL0.870.840.46
HSV312°91°84°
CMYK 0.000.910.19   0.16
XYZ35.995118.008042.1362
Yxy18.00800.37440.1873
Hunter Lab42.435877.1453-29.1663
CIE-Lab49.505879.3944-32.8044

#d713af color RGB value is (215,19,175).

#d713af hex color red value is 215, green value is 19 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #d713af hue: 0.87 , saturation: 0.84 and the lightness value of d713af is 0.46.

The process color (four color CMYK) of #d713af color hex is 0.00, 0.91, 0.19, 0.16. Web safe color of #d713af is #cc0099. Color #d713af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00010011 10101111
Octal 327 23 257
Decimal 215 19 175
Hex D7 13 AF

RGB Percentages of Color #d713af

%52.57
%4.65
%42.79

CMYK Percentages of Color #d713af

%0
%91
%19
%16

Triadic Colors of #d713af

#d713af #afd713 #13afd7

Analogous Colors of #d713af

#d713af #d7134d #9d13d7

Monochromatic Colors of #d713af

#d713af

Complementary Color

#d713af #13d73b

#d713af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d713af Color Preview on White Background

Lorem ipsum dolor sit amet.

#d713af Color CSS Codes

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

#d713af Text Font Color

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

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


#d713af Background Color

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

This div background color is #d713af


#d713af Border Color

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

This div border color is #d713af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d713af


Comments

No comments written yet.

Please login to write comment.