Color Hex Logo

#d55bbd Color Hex

#D55BBD
(213,91,189)
0 Favorites   0 Comments

Color spaces of #d55bbd

RGB 21391189
HSL0.870.590.60
HSV312°57°84°
CMYK 0.000.570.11   0.16
XYZ40.367025.302450.9004
Yxy25.30240.34630.2171
Hunter Lab50.301555.2188-24.7849
CIE-Lab57.368959.5917-28.7229

#d55bbd color RGB value is (213,91,189).

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

The process color (four color CMYK) of #d55bbd color hex is 0.00, 0.57, 0.11, 0.16. Web safe color of #d55bbd is #cc66cc. Color #d55bbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01011011 10111101
Octal 325 133 275
Decimal 213 91 189
Hex D5 5B BD

RGB Percentages of Color #d55bbd

%43.20
%18.46
%38.34

CMYK Percentages of Color #d55bbd

%0
%57
%11
%16

Triadic Colors of #d55bbd

#d55bbd #bdd55b #5bbdd5

Analogous Colors of #d55bbd

#d55bbd #d55b80 #b05bd5

Monochromatic Colors of #d55bbd

#d55bbd

Complementary Color

#d55bbd #5bd573

#d55bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d55bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d55bbd Color CSS Codes

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

#d55bbd Text Font Color

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

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


#d55bbd Background Color

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

This div background color is #d55bbd


#d55bbd Border Color

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

This div border color is #d55bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d55bbd


Comments

No comments written yet.

Please login to write comment.