Color Hex Logo

#d55dce Color Hex

#D55DCE
(213,93,206)
0 Favorites   0 Comments

Color spaces of #d55dce

RGB 21393206
HSL0.840.590.60
HSV304°56°84°
CMYK 0.000.560.03   0.16
XYZ42.495526.431161.2545
Yxy26.43110.32640.2030
Hunter Lab51.411257.5751-34.6540
CIE-Lab58.444061.4505-36.7516

#d55dce color RGB value is (213,93,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01011101 11001110
Octal 325 135 316
Decimal 213 93 206
Hex D5 5D CE

RGB Percentages of Color #d55dce

%41.60
%18.16
%40.23

CMYK Percentages of Color #d55dce

%0
%56
%3
%16

Triadic Colors of #d55dce

#d55dce #ced55d #5dced5

Analogous Colors of #d55dce

#d55dce #d55d92 #a05dd5

Monochromatic Colors of #d55dce

#d55dce

Complementary Color

#d55dce #5dd564

#d55dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d55dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d55dce Color CSS Codes

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

#d55dce Text Font Color

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

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


#d55dce Background Color

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

This div background color is #d55dce


#d55dce Border Color

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

This div border color is #d55dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d55dce


Comments

No comments written yet.

Please login to write comment.