Color Hex Logo

#d446fe Color Hex

#D446FE
(212,70,254)
0 Favorites   0 Comments

Color spaces of #d446fe

RGB 21270254
HSL0.800.990.64
HSV286°72°100°
CMYK 0.170.720.00   0.00
XYZ47.230925.533196.2050
Yxy25.53310.27950.1511
Hunter Lab50.530378.4168-77.5115
CIE-Lab57.591278.8307-65.0338

#d446fe color RGB value is (212,70,254).

#d446fe hex color red value is 212, green value is 70 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d446fe hue: 0.80 , saturation: 0.99 and the lightness value of d446fe is 0.64.

The process color (four color CMYK) of #d446fe color hex is 0.17, 0.72, 0.00, 0.00. Web safe color of #d446fe is #cc33ff. Color #d446fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01000110 11111110
Octal 324 106 376
Decimal 212 70 254
Hex D4 46 FE

RGB Percentages of Color #d446fe

%39.55
%13.06
%47.39

CMYK Percentages of Color #d446fe

%17
%72
%0
%0

Triadic Colors of #d446fe

#d446fe #fed446 #46fed4

Analogous Colors of #d446fe

#d446fe #fe46cc #7846fe

Monochromatic Colors of #d446fe

#d446fe

Complementary Color

#d446fe #70fe46

#d446fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d446fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d446fe Color CSS Codes

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

#d446fe Text Font Color

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

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


#d446fe Background Color

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

This div background color is #d446fe


#d446fe Border Color

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

This div border color is #d446fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d446fe


Comments

No comments written yet.

Please login to write comment.