Color Hex Logo

#d476fe Color Hex

#D476FE
(212,118,254)
0 Favorites   0 Comments

Color spaces of #d476fe

RGB 212118254
HSL0.780.990.73
HSV281°54°100°
CMYK 0.170.540.00   0.00
XYZ51.519234.109797.6344
Yxy34.10970.28110.1861
Hunter Lab58.403555.2532-58.2339
CIE-Lab65.049658.3230-53.1203

#d476fe color RGB value is (212,118,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01110110 11111110
Octal 324 166 376
Decimal 212 118 254
Hex D4 76 FE

RGB Percentages of Color #d476fe

%36.30
%20.21
%43.49

CMYK Percentages of Color #d476fe

%17
%54
%0
%0

Triadic Colors of #d476fe

#d476fe #fed476 #76fed4

Analogous Colors of #d476fe

#d476fe #fe76e4 #9076fe

Monochromatic Colors of #d476fe

#d476fe

Complementary Color

#d476fe #a0fe76

#d476fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d476fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d476fe Color CSS Codes

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

#d476fe Text Font Color

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

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


#d476fe Background Color

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

This div background color is #d476fe


#d476fe Border Color

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

This div border color is #d476fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d476fe


Comments

No comments written yet.

Please login to write comment.