Color Hex Logo

#d14aed Color Hex

#D14AED
(209,74,237)
0 Favorites   0 Comments

Color spaces of #d14aed

RGB 20974237
HSL0.800.820.61
HSV290°69°93°
CMYK 0.120.690.00   0.07
XYZ44.029324.567382.5421
Yxy24.56730.29130.1625
Hunter Lab49.565471.8233-64.0408
CIE-Lab56.651473.7230-57.1014

#d14aed color RGB value is (209,74,237).

#d14aed hex color red value is 209, green value is 74 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d14aed hue: 0.80 , saturation: 0.82 and the lightness value of d14aed is 0.61.

The process color (four color CMYK) of #d14aed color hex is 0.12, 0.69, 0.00, 0.07. Web safe color of #d14aed is #cc33ff. Color #d14aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01001010 11101101
Octal 321 112 355
Decimal 209 74 237
Hex D1 4A ED

RGB Percentages of Color #d14aed

%40.19
%14.23
%45.58

CMYK Percentages of Color #d14aed

%12
%69
%0
%7

Triadic Colors of #d14aed

#d14aed #edd14a #4aedd1

Analogous Colors of #d14aed

#d14aed #ed4ab8 #804aed

Monochromatic Colors of #d14aed

#d14aed

Complementary Color

#d14aed #66ed4a

#d14aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d14aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d14aed Color CSS Codes

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

#d14aed Text Font Color

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

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


#d14aed Background Color

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

This div background color is #d14aed


#d14aed Border Color

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

This div border color is #d14aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d14aed


Comments

No comments written yet.

Please login to write comment.