Color Hex Logo

#d44aed Color Hex

#D44AED
(212,74,237)
0 Favorites   0 Comments

Color spaces of #d44aed

RGB 21274237
HSL0.810.820.61
HSV291°69°93°
CMYK 0.110.690.00   0.07
XYZ44.886225.009082.5822
Yxy25.00900.29440.1640
Hunter Lab50.009072.6991-62.9021
CIE-Lab57.084274.3510-56.3846

#d44aed color RGB value is (212,74,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01001010 11101101
Octal 324 112 355
Decimal 212 74 237
Hex D4 4A ED

RGB Percentages of Color #d44aed

%40.54
%14.15
%45.32

CMYK Percentages of Color #d44aed

%11
%69
%0
%7

Triadic Colors of #d44aed

#d44aed #edd44a #4aedd4

Analogous Colors of #d44aed

#d44aed #ed4ab5 #834aed

Monochromatic Colors of #d44aed

#d44aed

Complementary Color

#d44aed #63ed4a

#d44aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d44aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d44aed Color CSS Codes

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

#d44aed Text Font Color

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

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


#d44aed Background Color

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

This div background color is #d44aed


#d44aed Border Color

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

This div border color is #d44aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d44aed


Comments

No comments written yet.

Please login to write comment.