Color Hex Logo

#d443fe Color Hex

#D443FE
(212,67,254)
0 Favorites   0 Comments

Color spaces of #d443fe

RGB 21267254
HSL0.800.990.63
HSV287°74°100°
CMYK 0.170.740.00   0.00
XYZ47.047925.167196.1440
Yxy25.16710.27940.1495
Hunter Lab50.166879.6105-78.5117
CIE-Lab57.237979.8415-65.6024

#d443fe color RGB value is (212,67,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01000011 11111110
Octal 324 103 376
Decimal 212 67 254
Hex D4 43 FE

RGB Percentages of Color #d443fe

%39.77
%12.57
%47.65

CMYK Percentages of Color #d443fe

%17
%74
%0
%0

Triadic Colors of #d443fe

#d443fe #fed443 #43fed4

Analogous Colors of #d443fe

#d443fe #fe43cb #7743fe

Monochromatic Colors of #d443fe

#d443fe

Complementary Color

#d443fe #6dfe43

#d443fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d443fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d443fe Color CSS Codes

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

#d443fe Text Font Color

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

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


#d443fe Background Color

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

This div background color is #d443fe


#d443fe Border Color

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

This div border color is #d443fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d443fe

Related Colors


Comments

No comments written yet.

Please login to write comment.