Color Hex Logo

#d713cf Color Hex

#D713CF
(215,19,207)
0 Favorites   0 Comments

Color spaces of #d713cf

RGB 21519207
HSL0.840.840.46
HSV302°91°84°
CMYK 0.000.910.04   0.16
XYZ39.519719.417860.6966
Yxy19.41780.33030.1623
Hunter Lab44.065682.9706-50.8209
CIE-Lab51.172583.6521-48.7860

#d713cf color RGB value is (215,19,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00010011 11001111
Octal 327 23 317
Decimal 215 19 207
Hex D7 13 CF

RGB Percentages of Color #d713cf

%48.75
%4.31
%46.94

CMYK Percentages of Color #d713cf

%0
%91
%4
%16

Triadic Colors of #d713cf

#d713cf #cfd713 #13cfd7

Analogous Colors of #d713cf

#d713cf #d7136d #7d13d7

Monochromatic Colors of #d713cf

#d713cf

Complementary Color

#d713cf #13d71b

#d713cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d713cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d713cf Color CSS Codes

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

#d713cf Text Font Color

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

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


#d713cf Background Color

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

This div background color is #d713cf


#d713cf Border Color

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

This div border color is #d713cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d713cf


Comments

No comments written yet.

Please login to write comment.