Color Hex Logo

#d55ebb Color Hex

#D55EBB
(213,94,187)
0 Favorites   0 Comments

Color spaces of #d55ebb

RGB 21394187
HSL0.870.590.60
HSV313°56°84°
CMYK 0.000.560.12   0.16
XYZ40.412925.739449.8519
Yxy25.73940.34840.2219
Hunter Lab50.734053.4022-22.7453
CIE-Lab57.788957.9238-26.9256

#d55ebb color RGB value is (213,94,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01011110 10111011
Octal 325 136 273
Decimal 213 94 187
Hex D5 5E BB

RGB Percentages of Color #d55ebb

%43.12
%19.03
%37.85

CMYK Percentages of Color #d55ebb

%0
%56
%12
%16

Triadic Colors of #d55ebb

#d55ebb #bbd55e #5ebbd5

Analogous Colors of #d55ebb

#d55ebb #d55e80 #b45ed5

Monochromatic Colors of #d55ebb

#d55ebb

Complementary Color

#d55ebb #5ed578

#d55ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d55ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d55ebb Color CSS Codes

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

#d55ebb Text Font Color

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

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


#d55ebb Background Color

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

This div background color is #d55ebb


#d55ebb Border Color

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

This div border color is #d55ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d55ebb


Comments

No comments written yet.

Please login to write comment.