Color Hex Logo

#d412fb Color Hex

#D412FB
(212,18,251)
0 Favorites   0 Comments

Color spaces of #d412fb

RGB 21218251
HSL0.810.970.53
HSV290°93°98°
CMYK 0.160.930.00   0.02
XYZ44.780321.394793.0362
Yxy21.39470.28130.1344
Hunter Lab46.254491.8661-86.8779
CIE-Lab53.378890.0161-70.1658

#d412fb color RGB value is (212,18,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00010010 11111011
Octal 324 22 373
Decimal 212 18 251
Hex D4 12 FB

RGB Percentages of Color #d412fb

%44.07
%3.74
%52.18

CMYK Percentages of Color #d412fb

%16
%93
%0
%2

Triadic Colors of #d412fb

#d412fb #fbd412 #12fbd4

Analogous Colors of #d412fb

#d412fb #fb12ae #5f12fb

Monochromatic Colors of #d412fb

#d412fb

Complementary Color

#d412fb #39fb12

#d412fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d412fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d412fb Color CSS Codes

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

#d412fb Text Font Color

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

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


#d412fb Background Color

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

This div background color is #d412fb


#d412fb Border Color

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

This div border color is #d412fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d412fb


Comments

No comments written yet.

Please login to write comment.