Color Hex Logo

#d142ef Color Hex

#D142EF
(209,66,239)
0 Favorites   0 Comments

Color spaces of #d142ef

RGB 20966239
HSL0.800.840.60
HSV290°72°94°
CMYK 0.130.720.00   0.06
XYZ43.822723.683783.9231
Yxy23.68370.28940.1564
Hunter Lab48.665975.5705-68.1780
CIE-Lab55.769776.9172-59.6329

#d142ef color RGB value is (209,66,239).

#d142ef hex color red value is 209, green value is 66 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d142ef hue: 0.80 , saturation: 0.84 and the lightness value of d142ef is 0.60.

The process color (four color CMYK) of #d142ef color hex is 0.13, 0.72, 0.00, 0.06. Web safe color of #d142ef is #cc33ff. Color #d142ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01000010 11101111
Octal 321 102 357
Decimal 209 66 239
Hex D1 42 EF

RGB Percentages of Color #d142ef

%40.66
%12.84
%46.50

CMYK Percentages of Color #d142ef

%13
%72
%0
%6

Triadic Colors of #d142ef

#d142ef #efd142 #42efd1

Analogous Colors of #d142ef

#d142ef #ef42b7 #7b42ef

Monochromatic Colors of #d142ef

#d142ef

Complementary Color

#d142ef #60ef42

#d142ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d142ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d142ef Color CSS Codes

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

#d142ef Text Font Color

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

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


#d142ef Background Color

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

This div background color is #d142ef


#d142ef Border Color

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

This div border color is #d142ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d142ef


Comments

No comments written yet.

Please login to write comment.