Color Hex Logo

#d142eb Color Hex

#D142EB
(209,66,235)
0 Favorites   0 Comments

Color spaces of #d142eb

RGB 20966235
HSL0.810.810.59
HSV291°72°92°
CMYK 0.110.720.00   0.08
XYZ43.238123.449980.8446
Yxy23.44990.29310.1589
Hunter Lab48.425174.6363-65.0857
CIE-Lab55.532876.2132-57.7712

#d142eb color RGB value is (209,66,235).

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

The process color (four color CMYK) of #d142eb color hex is 0.11, 0.72, 0.00, 0.08. Web safe color of #d142eb is #cc33ff. Color #d142eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01000010 11101011
Octal 321 102 353
Decimal 209 66 235
Hex D1 42 EB

RGB Percentages of Color #d142eb

%40.98
%12.94
%46.08

CMYK Percentages of Color #d142eb

%11
%72
%0
%8

Triadic Colors of #d142eb

#d142eb #ebd142 #42ebd1

Analogous Colors of #d142eb

#d142eb #eb42b1 #7d42eb

Monochromatic Colors of #d142eb

#d142eb

Complementary Color

#d142eb #5ceb42

#d142eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d142eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d142eb Color CSS Codes

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

#d142eb Text Font Color

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

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


#d142eb Background Color

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

This div background color is #d142eb


#d142eb Border Color

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

This div border color is #d142eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d142eb


Comments

No comments written yet.

Please login to write comment.