Color Hex Logo

#d55aed Color Hex

#D55AED
(213,90,237)
0 Favorites   0 Comments

Color spaces of #d55aed

RGB 21390237
HSL0.810.800.64
HSV290°62°93°
CMYK 0.100.620.00   0.07
XYZ46.382827.572982.9982
Yxy27.57290.29550.1757
Hunter Lab52.509965.7794-56.9580
CIE-Lab59.500968.2144-52.5236

#d55aed color RGB value is (213,90,237).

#d55aed hex color red value is 213, green value is 90 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d55aed hue: 0.81 , saturation: 0.80 and the lightness value of d55aed is 0.64.

The process color (four color CMYK) of #d55aed color hex is 0.10, 0.62, 0.00, 0.07. Web safe color of #d55aed is #cc66ff. Color #d55aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01011010 11101101
Octal 325 132 355
Decimal 213 90 237
Hex D5 5A ED

RGB Percentages of Color #d55aed

%39.44
%16.67
%43.89

CMYK Percentages of Color #d55aed

%10
%62
%0
%7

Triadic Colors of #d55aed

#d55aed #edd55a #5aedd5

Analogous Colors of #d55aed

#d55aed #ed5abc #8c5aed

Monochromatic Colors of #d55aed

#d55aed

Complementary Color

#d55aed #72ed5a

#d55aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d55aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d55aed Color CSS Codes

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

#d55aed Text Font Color

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

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


#d55aed Background Color

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

This div background color is #d55aed


#d55aed Border Color

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

This div border color is #d55aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d55aed


Comments

No comments written yet.

Please login to write comment.