Color Hex Logo

#d119ec Color Hex

#D119EC
(209,25,236)
0 Favorites   0 Comments

Color spaces of #d119ec

RGB 20925236
HSL0.810.850.51
HSV292°89°93°
CMYK 0.110.890.00   0.07
XYZ41.782420.306781.0743
Yxy20.30670.29190.1418
Hunter Lab45.063086.6451-75.1266
CIE-Lab52.182286.2903-63.7194

#d119ec color RGB value is (209,25,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00011001 11101100
Octal 321 31 354
Decimal 209 25 236
Hex D1 19 EC

RGB Percentages of Color #d119ec

%44.47
%5.32
%50.21

CMYK Percentages of Color #d119ec

%11
%89
%0
%7

Triadic Colors of #d119ec

#d119ec #ecd119 #19ecd1

Analogous Colors of #d119ec

#d119ec #ec199e #6819ec

Monochromatic Colors of #d119ec

#d119ec

Complementary Color

#d119ec #34ec19

#d119ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d119ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d119ec Color CSS Codes

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

#d119ec Text Font Color

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

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


#d119ec Background Color

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

This div background color is #d119ec


#d119ec Border Color

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

This div border color is #d119ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d119ec


Comments

No comments written yet.

Please login to write comment.