Color Hex Logo

#d55eff Color Hex

#D55EFF
(213,94,255)
0 Favorites   0 Comments

Color spaces of #d55eff

RGB 21394255
HSL0.791.000.68
HSV284°63°100°
CMYK 0.160.630.00   0.00
XYZ49.493329.371597.6684
Yxy29.37150.28040.1664
Hunter Lab54.195568.1707-68.9127
CIE-Lab61.108169.8967-59.9383

#d55eff color RGB value is (213,94,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01011110 11111111
Octal 325 136 377
Decimal 213 94 255
Hex D5 5E FF

RGB Percentages of Color #d55eff

%37.90
%16.73
%45.37

CMYK Percentages of Color #d55eff

%16
%63
%0
%0

Triadic Colors of #d55eff

#d55eff #ffd55e #5effd5

Analogous Colors of #d55eff

#d55eff #ff5ed9 #855eff

Monochromatic Colors of #d55eff

#d55eff

Complementary Color

#d55eff #88ff5e

#d55eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d55eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d55eff Color CSS Codes

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

#d55eff Text Font Color

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

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


#d55eff Background Color

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

This div background color is #d55eff


#d55eff Border Color

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

This div border color is #d55eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d55eff

Related Colors


Comments

No comments written yet.

Please login to write comment.