Color Hex Logo

#d55fda Color Hex

#D55FDA
(213,95,218)
0 Favorites   0 Comments

Color spaces of #d55fda

RGB 21395218
HSL0.830.620.61
HSV298°56°85°
CMYK 0.020.560.00   0.15
XYZ44.187727.392569.2880
Yxy27.39250.31370.1945
Hunter Lab52.337859.1124-41.8552
CIE-Lab59.335962.6152-42.1373

#d55fda color RGB value is (213,95,218).

#d55fda hex color red value is 213, green value is 95 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d55fda hue: 0.83 , saturation: 0.62 and the lightness value of d55fda is 0.61.

The process color (four color CMYK) of #d55fda color hex is 0.02, 0.56, 0.00, 0.15. Web safe color of #d55fda is #cc66cc. Color #d55fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01011111 11011010
Octal 325 137 332
Decimal 213 95 218
Hex D5 5F DA

RGB Percentages of Color #d55fda

%40.49
%18.06
%41.44

CMYK Percentages of Color #d55fda

%2
%56
%0
%15

Triadic Colors of #d55fda

#d55fda #dad55f #5fdad5

Analogous Colors of #d55fda

#d55fda #da5fa2 #985fda

Monochromatic Colors of #d55fda

#d55fda

Complementary Color

#d55fda #64da5f

#d55fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d55fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d55fda Color CSS Codes

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

#d55fda Text Font Color

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

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


#d55fda Background Color

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

This div background color is #d55fda


#d55fda Border Color

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

This div border color is #d55fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d55fda


Comments

No comments written yet.

Please login to write comment.