Color Hex Logo

#d493fe Color Hex

#D493FE
(212,147,254)
0 Favorites   0 Comments

Color spaces of #d493fe

RGB 212147254
HSL0.770.980.79
HSV276°42°100°
CMYK 0.170.420.00   0.00
XYZ55.474542.020298.9528
Yxy42.02020.28240.2139
Hunter Lab64.823039.3173-45.1306
CIE-Lab70.884843.3476-43.9237

#d493fe color RGB value is (212,147,254).

#d493fe hex color red value is 212, green value is 147 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d493fe hue: 0.77 , saturation: 0.98 and the lightness value of d493fe is 0.79.

The process color (four color CMYK) of #d493fe color hex is 0.17, 0.42, 0.00, 0.00. Web safe color of #d493fe is #cc99ff. Color #d493fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10010011 11111110
Octal 324 223 376
Decimal 212 147 254
Hex D4 93 FE

RGB Percentages of Color #d493fe

%34.58
%23.98
%41.44

CMYK Percentages of Color #d493fe

%17
%42
%0
%0

Triadic Colors of #d493fe

#d493fe #fed493 #93fed4

Analogous Colors of #d493fe

#d493fe #fe93f3 #9f93fe

Monochromatic Colors of #d493fe

#d493fe

Complementary Color

#d493fe #bdfe93

#d493fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d493fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d493fe Color CSS Codes

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

#d493fe Text Font Color

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

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


#d493fe Background Color

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

This div background color is #d493fe


#d493fe Border Color

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

This div border color is #d493fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d493fe

Related Colors


Comments

No comments written yet.

Please login to write comment.