Color Hex Logo

#d713df Color Hex

#D713DF
(215,19,223)
0 Favorites   0 Comments

Color spaces of #d713df

RGB 21519223
HSL0.830.840.47
HSV298°91°87°
CMYK 0.040.910.00   0.13
XYZ41.576520.240571.5275
Yxy20.24050.31180.1518
Hunter Lab44.989486.2273-62.7710
CIE-Lab52.108085.9845-56.4329

#d713df color RGB value is (215,19,223).

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

The process color (four color CMYK) of #d713df color hex is 0.04, 0.91, 0.00, 0.13. Web safe color of #d713df is #cc00cc. Color #d713df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00010011 11011111
Octal 327 23 337
Decimal 215 19 223
Hex D7 13 DF

RGB Percentages of Color #d713df

%47.05
%4.16
%48.80

CMYK Percentages of Color #d713df

%4
%91
%0
%13

Triadic Colors of #d713df

#d713df #dfd713 #13dfd7

Analogous Colors of #d713df

#d713df #df1381 #7113df

Monochromatic Colors of #d713df

#d713df

Complementary Color

#d713df #1bdf13

#d713df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d713df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d713df Color CSS Codes

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

#d713df Text Font Color

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

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


#d713df Background Color

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

This div background color is #d713df


#d713df Border Color

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

This div border color is #d713df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d713df


Comments

No comments written yet.

Please login to write comment.