Color Hex Logo

#d55afd Color Hex

#D55AFD
(213,90,253)
0 Favorites   0 Comments

Color spaces of #d55afd

RGB 21390253
HSL0.790.980.67
HSV285°64°99°
CMYK 0.160.640.00   0.01
XYZ48.826428.550395.8658
Yxy28.55030.28180.1648
Hunter Lab53.432569.6058-68.9723
CIE-Lab60.382771.2086-59.9950

#d55afd color RGB value is (213,90,253).

#d55afd hex color red value is 213, green value is 90 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #d55afd hue: 0.79 , saturation: 0.98 and the lightness value of d55afd is 0.67.

The process color (four color CMYK) of #d55afd color hex is 0.16, 0.64, 0.00, 0.01. Web safe color of #d55afd is #cc66ff. Color #d55afd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01011010 11111101
Octal 325 132 375
Decimal 213 90 253
Hex D5 5A FD

RGB Percentages of Color #d55afd

%38.31
%16.19
%45.50

CMYK Percentages of Color #d55afd

%16
%64
%0
%1

Triadic Colors of #d55afd

#d55afd #fdd55a #5afdd5

Analogous Colors of #d55afd

#d55afd #fd5ad4 #845afd

Monochromatic Colors of #d55afd

#d55afd

Complementary Color

#d55afd #82fd5a

#d55afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d55afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d55afd Color CSS Codes

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

#d55afd Text Font Color

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

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


#d55afd Background Color

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

This div background color is #d55afd


#d55afd Border Color

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

This div border color is #d55afd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,90,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d55afd


Comments

No comments written yet.

Please login to write comment.