Color Hex Logo

#d13fce Color Hex

#D13FCE
(209,63,206)
0 Favorites   0 Comments

Color spaces of #d13fce

RGB 20963206
HSL0.840.610.53
HSV301°70°82°
CMYK 0.000.700.01   0.18
XYZ39.212621.566660.4885
Yxy21.56660.32340.1778
Hunter Lab46.439969.4510-44.7181
CIE-Lab53.564172.3742-44.4742

#d13fce color RGB value is (209,63,206).

#d13fce hex color red value is 209, green value is 63 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #d13fce hue: 0.84 , saturation: 0.61 and the lightness value of d13fce is 0.53.

The process color (four color CMYK) of #d13fce color hex is 0.00, 0.70, 0.01, 0.18. Web safe color of #d13fce is #cc33cc. Color #d13fce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00111111 11001110
Octal 321 77 316
Decimal 209 63 206
Hex D1 3F CE

RGB Percentages of Color #d13fce

%43.72
%13.18
%43.10

CMYK Percentages of Color #d13fce

%0
%70
%1
%18

Triadic Colors of #d13fce

#d13fce #ced13f #3fced1

Analogous Colors of #d13fce

#d13fce #d13f85 #8b3fd1

Monochromatic Colors of #d13fce

#d13fce

Complementary Color

#d13fce #3fd142

#d13fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d13fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d13fce Color CSS Codes

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

#d13fce Text Font Color

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

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


#d13fce Background Color

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

This div background color is #d13fce


#d13fce Border Color

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

This div border color is #d13fce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(209,63,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d13fce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d13fce;
  -webkit-box-shadow: 1px 1px 3px 2px #d13fce;
  box-shadow:         1px 1px 3px 2px #d13fce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,63,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d13fce


Comments

No comments written yet.

Please login to write comment.