Color Hex Logo

#d212ff Color Hex

#D212FF
(210,18,255)
0 Favorites   0 Comments

Color spaces of #d212ff

RGB 21018255
HSL0.801.000.54
HSV289°93°100°
CMYK 0.180.930.00   0.00
XYZ44.844621.354396.3659
Yxy21.35430.27590.1314
Hunter Lab46.210792.3543-91.2934
CIE-Lab53.335190.3906-72.4788

#d212ff color RGB value is (210,18,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 00010010 11111111
Octal 322 22 377
Decimal 210 18 255
Hex D2 12 FF

RGB Percentages of Color #d212ff

%43.48
%3.73
%52.80

CMYK Percentages of Color #d212ff

%18
%93
%0
%0

Triadic Colors of #d212ff

#d212ff #ffd212 #12ffd2

Analogous Colors of #d212ff

#d212ff #ff12b6 #5c12ff

Monochromatic Colors of #d212ff

#d212ff

Complementary Color

#d212ff #3fff12

#d212ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d212ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d212ff Color CSS Codes

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

#d212ff Text Font Color

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

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


#d212ff Background Color

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

This div background color is #d212ff


#d212ff Border Color

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

This div border color is #d212ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d212ff


Comments

No comments written yet.

Please login to write comment.