Color Hex Logo

#d55dfe Color Hex

#D55DFE
(213,93,254)
0 Favorites   0 Comments

Color spaces of #d55dfe

RGB 21393254
HSL0.790.990.68
HSV285°63°100°
CMYK 0.160.630.00   0.00
XYZ49.244329.130696.7932
Yxy29.13060.28110.1663
Hunter Lab53.972868.4095-68.5480
CIE-Lab60.896770.1321-59.7249

#d55dfe color RGB value is (213,93,254).

#d55dfe hex color red value is 213, green value is 93 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d55dfe hue: 0.79 , saturation: 0.99 and the lightness value of d55dfe is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01011101 11111110
Octal 325 135 376
Decimal 213 93 254
Hex D5 5D FE

RGB Percentages of Color #d55dfe

%38.04
%16.61
%45.36

CMYK Percentages of Color #d55dfe

%16
%63
%0
%0

Triadic Colors of #d55dfe

#d55dfe #fed55d #5dfed5

Analogous Colors of #d55dfe

#d55dfe #fe5dd7 #855dfe

Monochromatic Colors of #d55dfe

#d55dfe

Complementary Color

#d55dfe #86fe5d

#d55dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d55dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d55dfe Color CSS Codes

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

#d55dfe Text Font Color

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

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


#d55dfe Background Color

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

This div background color is #d55dfe


#d55dfe Border Color

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

This div border color is #d55dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d55dfe

Related Colors


Comments

No comments written yet.

Please login to write comment.