Color Hex Logo

#d493fc Color Hex

#D493FC
(212,147,252)
0 Favorites   0 Comments

Color spaces of #d493fc

RGB 212147252
HSL0.770.950.78
HSV277°42°99°
CMYK 0.160.420.00   0.01
XYZ55.155841.892897.2745
Yxy41.89280.28380.2156
Hunter Lab64.724638.8425-43.7995
CIE-Lab70.796942.9247-42.9738

#d493fc color RGB value is (212,147,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10010011 11111100
Octal 324 223 374
Decimal 212 147 252
Hex D4 93 FC

RGB Percentages of Color #d493fc

%34.70
%24.06
%41.24

CMYK Percentages of Color #d493fc

%16
%42
%0
%1

Triadic Colors of #d493fc

#d493fc #fcd493 #93fcd4

Analogous Colors of #d493fc

#d493fc #fc93f0 #a093fc

Monochromatic Colors of #d493fc

#d493fc

Complementary Color

#d493fc #bbfc93

#d493fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d493fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d493fc Color CSS Codes

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

#d493fc Text Font Color

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

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


#d493fc Background Color

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

This div background color is #d493fc


#d493fc Border Color

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

This div border color is #d493fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,147,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d493fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d493fc


Comments

No comments written yet.

Please login to write comment.