Color Hex Logo

#d612fe Color Hex

#D612FE
(214,18,254)
0 Favorites   0 Comments

Color spaces of #d612fe

RGB 21418254
HSL0.810.990.53
HSV290°93°100°
CMYK 0.160.930.00   0.00
XYZ45.837321.884595.5742
Yxy21.88450.28070.1340
Hunter Lab46.780993.0331-88.3840
CIE-Lab53.904290.7886-70.9702

#d612fe color RGB value is (214,18,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00010010 11111110
Octal 326 22 376
Decimal 214 18 254
Hex D6 12 FE

RGB Percentages of Color #d612fe

%44.03
%3.70
%52.26

CMYK Percentages of Color #d612fe

%16
%93
%0
%0

Triadic Colors of #d612fe

#d612fe #fed612 #12fed6

Analogous Colors of #d612fe

#d612fe #fe12b0 #6012fe

Monochromatic Colors of #d612fe

#d612fe

Complementary Color

#d612fe #3afe12

#d612fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d612fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d612fe Color CSS Codes

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

#d612fe Text Font Color

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

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


#d612fe Background Color

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

This div background color is #d612fe


#d612fe Border Color

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

This div border color is #d612fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d612fe


Comments

No comments written yet.

Please login to write comment.