Color Hex Logo

#d719ef Color Hex

#D719EF
(215,25,239)
0 Favorites   0 Comments

Color spaces of #d719ef

RGB 21525239
HSL0.810.870.52
HSV293°90°94°
CMYK 0.100.900.00   0.06
XYZ43.951921.374383.4705
Yxy21.37430.29540.1436
Hunter Lab46.232388.7887-74.6829
CIE-Lab53.356787.6971-63.4629

#d719ef color RGB value is (215,25,239).

#d719ef hex color red value is 215, green value is 25 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d719ef hue: 0.81 , saturation: 0.87 and the lightness value of d719ef is 0.52.

The process color (four color CMYK) of #d719ef color hex is 0.10, 0.90, 0.00, 0.06. Web safe color of #d719ef is #cc00ff. Color #d719ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00011001 11101111
Octal 327 31 357
Decimal 215 25 239
Hex D7 19 EF

RGB Percentages of Color #d719ef

%44.89
%5.22
%49.90

CMYK Percentages of Color #d719ef

%10
%90
%0
%6

Triadic Colors of #d719ef

#d719ef #efd719 #19efd7

Analogous Colors of #d719ef

#d719ef #ef199c #6c19ef

Monochromatic Colors of #d719ef

#d719ef

Complementary Color

#d719ef #31ef19

#d719ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d719ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d719ef Color CSS Codes

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

#d719ef Text Font Color

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

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


#d719ef Background Color

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

This div background color is #d719ef


#d719ef Border Color

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

This div border color is #d719ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,25,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d719ef


Comments

No comments written yet.

Please login to write comment.