Color Hex Logo

#d812fe Color Hex

#D812FE
(216,18,254)
0 Favorites   0 Comments

Color spaces of #d812fe

RGB 21618254
HSL0.810.990.53
HSV290°93°100°
CMYK 0.150.930.00   0.00
XYZ46.424622.187395.6017
Yxy22.18730.28270.1351
Hunter Lab47.103493.4967-87.3634
CIE-Lab54.225291.0728-70.4352

#d812fe color RGB value is (216,18,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00010010 11111110
Octal 330 22 376
Decimal 216 18 254
Hex D8 12 FE

RGB Percentages of Color #d812fe

%44.26
%3.69
%52.05

CMYK Percentages of Color #d812fe

%15
%93
%0
%0

Triadic Colors of #d812fe

#d812fe #fed812 #12fed8

Analogous Colors of #d812fe

#d812fe #fe12ae #6212fe

Monochromatic Colors of #d812fe

#d812fe

Complementary Color

#d812fe #38fe12

#d812fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d812fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d812fe Color CSS Codes

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

#d812fe Text Font Color

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

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


#d812fe Background Color

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

This div background color is #d812fe


#d812fe Border Color

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

This div border color is #d812fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,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 #d812fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d812fe

Related Colors


Comments

No comments written yet.

Please login to write comment.