Color Hex Logo

#d140fc Color Hex

#D140FC
(209,64,252)
0 Favorites   0 Comments

Color spaces of #d140fc

RGB 20964252
HSL0.800.970.62
HSV286°75°99°
CMYK 0.170.750.00   0.01
XYZ45.698624.250494.3677
Yxy24.25040.27810.1476
Hunter Lab49.244779.4681-79.1462
CIE-Lab56.337679.9040-65.9655

#d140fc color RGB value is (209,64,252).

#d140fc hex color red value is 209, green value is 64 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d140fc hue: 0.80 , saturation: 0.97 and the lightness value of d140fc is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01000000 11111100
Octal 321 100 374
Decimal 209 64 252
Hex D1 40 FC

RGB Percentages of Color #d140fc

%39.81
%12.19
%48.00

CMYK Percentages of Color #d140fc

%17
%75
%0
%1

Triadic Colors of #d140fc

#d140fc #fcd140 #40fcd1

Analogous Colors of #d140fc

#d140fc #fc40c9 #7340fc

Monochromatic Colors of #d140fc

#d140fc

Complementary Color

#d140fc #6bfc40

#d140fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d140fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d140fc Color CSS Codes

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

#d140fc Text Font Color

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

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


#d140fc Background Color

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

This div background color is #d140fc


#d140fc Border Color

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

This div border color is #d140fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d140fc


Comments

No comments written yet.

Please login to write comment.