Color Hex Logo

#d712fe Color Hex

#D712FE
(215,18,254)
0 Favorites   0 Comments

Color spaces of #d712fe

RGB 21518254
HSL0.810.990.53
HSV290°93°100°
CMYK 0.150.930.00   0.00
XYZ46.130022.035495.5879
Yxy22.03540.28170.1346
Hunter Lab46.941993.2645-87.8731
CIE-Lab54.064590.9305-70.7030

#d712fe color RGB value is (215,18,254).

#d712fe hex color red value is 215, green value is 18 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d712fe hue: 0.81 , saturation: 0.99 and the lightness value of d712fe is 0.53.

The process color (four color CMYK) of #d712fe color hex is 0.15, 0.93, 0.00, 0.00. Web safe color of #d712fe is #cc00ff. Color #d712fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00010010 11111110
Octal 327 22 376
Decimal 215 18 254
Hex D7 12 FE

RGB Percentages of Color #d712fe

%44.15
%3.70
%52.16

CMYK Percentages of Color #d712fe

%15
%93
%0
%0

Triadic Colors of #d712fe

#d712fe #fed712 #12fed7

Analogous Colors of #d712fe

#d712fe #fe12af #6112fe

Monochromatic Colors of #d712fe

#d712fe

Complementary Color

#d712fe #39fe12

#d712fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d712fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d712fe Color CSS Codes

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

#d712fe Text Font Color

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

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


#d712fe Background Color

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

This div background color is #d712fe


#d712fe Border Color

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

This div border color is #d712fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d712fe


Comments

No comments written yet.

Please login to write comment.