Color Hex Logo

#d55ec1 Color Hex

#D55EC1
(213,94,193)
0 Favorites   0 Comments

Color spaces of #d55ec1

RGB 21394193
HSL0.860.590.60
HSV310°56°84°
CMYK 0.000.560.09   0.16
XYZ41.068926.001853.3064
Yxy26.00180.34120.2160
Hunter Lab50.992054.5279-26.2867
CIE-Lab58.038858.8701-29.9761

#d55ec1 color RGB value is (213,94,193).

#d55ec1 hex color red value is 213, green value is 94 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #d55ec1 hue: 0.86 , saturation: 0.59 and the lightness value of d55ec1 is 0.60.

The process color (four color CMYK) of #d55ec1 color hex is 0.00, 0.56, 0.09, 0.16. Web safe color of #d55ec1 is #cc66cc. Color #d55ec1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01011110 11000001
Octal 325 136 301
Decimal 213 94 193
Hex D5 5E C1

RGB Percentages of Color #d55ec1

%42.60
%18.80
%38.60

CMYK Percentages of Color #d55ec1

%0
%56
%9
%16

Triadic Colors of #d55ec1

#d55ec1 #c1d55e #5ec1d5

Analogous Colors of #d55ec1

#d55ec1 #d55e86 #ae5ed5

Monochromatic Colors of #d55ec1

#d55ec1

Complementary Color

#d55ec1 #5ed572

#d55ec1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d55ec1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d55ec1 Color CSS Codes

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

#d55ec1 Text Font Color

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

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


#d55ec1 Background Color

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

This div background color is #d55ec1


#d55ec1 Border Color

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

This div border color is #d55ec1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d55ec1


Comments

No comments written yet.

Please login to write comment.