Color Hex Logo

#d64aed Color Hex

#D64AED
(214,74,237)
0 Favorites   0 Comments

Color spaces of #d64aed

RGB 21474237
HSL0.810.820.61
HSV292°69°93°
CMYK 0.100.690.00   0.07
XYZ45.466425.308182.6094
Yxy25.30810.29640.1650
Hunter Lab50.307273.2865-62.1451
CIE-Lab57.374474.7707-55.9043

#d64aed color RGB value is (214,74,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01001010 11101101
Octal 326 112 355
Decimal 214 74 237
Hex D6 4A ED

RGB Percentages of Color #d64aed

%40.76
%14.10
%45.14

CMYK Percentages of Color #d64aed

%10
%69
%0
%7

Triadic Colors of #d64aed

#d64aed #edd64a #4aedd6

Analogous Colors of #d64aed

#d64aed #ed4ab3 #854aed

Monochromatic Colors of #d64aed

#d64aed

Complementary Color

#d64aed #61ed4a

#d64aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d64aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d64aed Color CSS Codes

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

#d64aed Text Font Color

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

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


#d64aed Background Color

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

This div background color is #d64aed


#d64aed Border Color

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

This div border color is #d64aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d64aed


Comments

No comments written yet.

Please login to write comment.