Color Hex Logo

#d612ff Color Hex

#D612FF
(214,18,255)
0 Favorites   0 Comments

Color spaces of #d612ff

RGB 21418255
HSL0.801.000.54
HSV290°93°100°
CMYK 0.160.930.00   0.00
XYZ45.997921.948896.4199
Yxy21.94880.27980.1335
Hunter Lab46.849593.2685-89.2286
CIE-Lab53.972690.9512-71.4154

#d612ff color RGB value is (214,18,255).

#d612ff hex color red value is 214, green value is 18 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d612ff hue: 0.80 , saturation: 1.00 and the lightness value of d612ff is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00010010 11111111
Octal 326 22 377
Decimal 214 18 255
Hex D6 12 FF

RGB Percentages of Color #d612ff

%43.94
%3.70
%52.36

CMYK Percentages of Color #d612ff

%16
%93
%0
%0

Triadic Colors of #d612ff

#d612ff #ffd612 #12ffd6

Analogous Colors of #d612ff

#d612ff #ff12b2 #5f12ff

Monochromatic Colors of #d612ff

#d612ff

Complementary Color

#d612ff #3bff12

#d612ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d612ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d612ff Color CSS Codes

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

#d612ff Text Font Color

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

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


#d612ff Background Color

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

This div background color is #d612ff


#d612ff Border Color

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

This div border color is #d612ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d612ff


Comments

No comments written yet.

Please login to write comment.