Color Hex Logo

#d619fc Color Hex

#D619FC
(214,25,252)
0 Favorites   0 Comments

Color spaces of #d619fc

RGB 21425252
HSL0.810.970.54
HSV290°90°99°
CMYK 0.150.900.00   0.01
XYZ45.649922.019793.9397
Yxy22.01970.28250.1363
Hunter Lab46.925291.5300-85.8453
CIE-Lab54.047989.6343-69.6246

#d619fc color RGB value is (214,25,252).

#d619fc hex color red value is 214, green value is 25 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d619fc hue: 0.81 , saturation: 0.97 and the lightness value of d619fc is 0.54.

The process color (four color CMYK) of #d619fc color hex is 0.15, 0.90, 0.00, 0.01. Web safe color of #d619fc is #cc00ff. Color #d619fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00011001 11111100
Octal 326 31 374
Decimal 214 25 252
Hex D6 19 FC

RGB Percentages of Color #d619fc

%43.58
%5.09
%51.32

CMYK Percentages of Color #d619fc

%15
%90
%0
%1

Triadic Colors of #d619fc

#d619fc #fcd619 #19fcd6

Analogous Colors of #d619fc

#d619fc #fc19b1 #6519fc

Monochromatic Colors of #d619fc

#d619fc

Complementary Color

#d619fc #3ffc19

#d619fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d619fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d619fc Color CSS Codes

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

#d619fc Text Font Color

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

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


#d619fc Background Color

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

This div background color is #d619fc


#d619fc Border Color

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

This div border color is #d619fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d619fc

Related Colors


Comments

No comments written yet.

Please login to write comment.