Color Hex Logo

#d470fe Color Hex

#D470FE
(212,112,254)
0 Favorites   0 Comments

Color spaces of #d470fe

RGB 212112254
HSL0.780.990.72
HSV282°56°100°
CMYK 0.170.560.00   0.00
XYZ50.834932.741197.4063
Yxy32.74110.28090.1809
Hunter Lab57.219858.4472-60.8765
CIE-Lab63.950761.2463-54.8645

#d470fe color RGB value is (212,112,254).

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

The process color (four color CMYK) of #d470fe color hex is 0.17, 0.56, 0.00, 0.00. Web safe color of #d470fe is #cc66ff. Color #d470fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01110000 11111110
Octal 324 160 376
Decimal 212 112 254
Hex D4 70 FE

RGB Percentages of Color #d470fe

%36.68
%19.38
%43.94

CMYK Percentages of Color #d470fe

%17
%56
%0
%0

Triadic Colors of #d470fe

#d470fe #fed470 #70fed4

Analogous Colors of #d470fe

#d470fe #fe70e1 #8d70fe

Monochromatic Colors of #d470fe

#d470fe

Complementary Color

#d470fe #9afe70

#d470fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d470fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d470fe Color CSS Codes

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

#d470fe Text Font Color

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

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


#d470fe Background Color

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

This div background color is #d470fe


#d470fe Border Color

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

This div border color is #d470fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d470fe

Related Colors


Comments

No comments written yet.

Please login to write comment.