Color Hex Logo

#d55bda Color Hex

#D55BDA
(213,91,218)
0 Favorites   0 Comments

Color spaces of #d55bda

RGB 21391218
HSL0.830.630.61
HSV298°58°85°
CMYK 0.020.580.00   0.15
XYZ43.836526.690369.1710
Yxy26.69030.31380.1911
Hunter Lab51.662761.0501-43.2194
CIE-Lab58.686664.3850-43.1599

#d55bda color RGB value is (213,91,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01011011 11011010
Octal 325 133 332
Decimal 213 91 218
Hex D5 5B DA

RGB Percentages of Color #d55bda

%40.80
%17.43
%41.76

CMYK Percentages of Color #d55bda

%2
%58
%0
%15

Triadic Colors of #d55bda

#d55bda #dad55b #5bdad5

Analogous Colors of #d55bda

#d55bda #da5ba0 #965bda

Monochromatic Colors of #d55bda

#d55bda

Complementary Color

#d55bda #60da5b

#d55bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d55bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d55bda Color CSS Codes

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

#d55bda Text Font Color

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

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


#d55bda Background Color

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

This div background color is #d55bda


#d55bda Border Color

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

This div border color is #d55bda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,91,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 #d55bda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d55bda


Comments

No comments written yet.

Please login to write comment.