Color Hex Logo

#d143ea Color Hex

#D143EA
(209,67,234)
0 Favorites   0 Comments

Color spaces of #d143ea

RGB 20967234
HSL0.810.800.59
HSV291°71°92°
CMYK 0.110.710.00   0.08
XYZ43.152923.510180.1054
Yxy23.51010.29400.1602
Hunter Lab48.487274.0097-64.0116
CIE-Lab55.593975.6968-57.1121

#d143ea color RGB value is (209,67,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01000011 11101010
Octal 321 103 352
Decimal 209 67 234
Hex D1 43 EA

RGB Percentages of Color #d143ea

%40.98
%13.14
%45.88

CMYK Percentages of Color #d143ea

%11
%71
%0
%8

Triadic Colors of #d143ea

#d143ea #ead143 #43ead1

Analogous Colors of #d143ea

#d143ea #ea43b0 #7e43ea

Monochromatic Colors of #d143ea

#d143ea

Complementary Color

#d143ea #5cea43

#d143ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d143ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d143ea Color CSS Codes

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

#d143ea Text Font Color

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

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


#d143ea Background Color

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

This div background color is #d143ea


#d143ea Border Color

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

This div border color is #d143ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d143ea


Comments

No comments written yet.

Please login to write comment.