Color Hex Logo

#d119eb Color Hex

#D119EB
(209,25,235)
0 Favorites   0 Comments

Color spaces of #d119eb

RGB 20925235
HSL0.810.840.51
HSV293°89°92°
CMYK 0.110.890.00   0.08
XYZ41.637520.248780.3111
Yxy20.24870.29280.1424
Hunter Lab44.998686.4199-74.3187
CIE-Lab52.117286.1304-63.2608

#d119eb color RGB value is (209,25,235).

#d119eb hex color red value is 209, green value is 25 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d119eb hue: 0.81 , saturation: 0.84 and the lightness value of d119eb is 0.51.

The process color (four color CMYK) of #d119eb color hex is 0.11, 0.89, 0.00, 0.08. Web safe color of #d119eb is #cc00ff. Color #d119eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00011001 11101011
Octal 321 31 353
Decimal 209 25 235
Hex D1 19 EB

RGB Percentages of Color #d119eb

%44.56
%5.33
%50.11

CMYK Percentages of Color #d119eb

%11
%89
%0
%8

Triadic Colors of #d119eb

#d119eb #ebd119 #19ebd1

Analogous Colors of #d119eb

#d119eb #eb199c #6819eb

Monochromatic Colors of #d119eb

#d119eb

Complementary Color

#d119eb #33eb19

#d119eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d119eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d119eb Color CSS Codes

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

#d119eb Text Font Color

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

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


#d119eb Background Color

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

This div background color is #d119eb


#d119eb Border Color

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

This div border color is #d119eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d119eb


Comments

No comments written yet.

Please login to write comment.