Color Hex Logo

#d14aea Color Hex

#D14AEA
(209,74,234)
0 Favorites   0 Comments

Color spaces of #d14aea

RGB 20974234
HSL0.810.790.60
HSV291°68°92°
CMYK 0.110.680.00   0.08
XYZ43.594624.393480.2526
Yxy24.39340.29410.1646
Hunter Lab49.389771.1240-61.7667
CIE-Lab56.479573.1862-55.6957

#d14aea color RGB value is (209,74,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01001010 11101010
Octal 321 112 352
Decimal 209 74 234
Hex D1 4A EA

RGB Percentages of Color #d14aea

%40.43
%14.31
%45.26

CMYK Percentages of Color #d14aea

%11
%68
%0
%8

Triadic Colors of #d14aea

#d14aea #ead14a #4aead1

Analogous Colors of #d14aea

#d14aea #ea4ab3 #814aea

Monochromatic Colors of #d14aea

#d14aea

Complementary Color

#d14aea #63ea4a

#d14aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d14aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d14aea Color CSS Codes

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

#d14aea Text Font Color

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

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


#d14aea Background Color

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

This div background color is #d14aea


#d14aea Border Color

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

This div border color is #d14aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d14aea


Comments

No comments written yet.

Please login to write comment.