Color Hex Logo

#d55fbe Color Hex

#D55FBE
(213,95,190)
0 Favorites   0 Comments

Color spaces of #d55fbe

RGB 21395190
HSL0.870.580.60
HSV312°55°84°
CMYK 0.000.550.11   0.16
XYZ40.827026.048351.5912
Yxy26.04830.34460.2199
Hunter Lab51.037553.4737-24.2069
CIE-Lab58.082957.9364-28.1909

#d55fbe color RGB value is (213,95,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01011111 10111110
Octal 325 137 276
Decimal 213 95 190
Hex D5 5F BE

RGB Percentages of Color #d55fbe

%42.77
%19.08
%38.15

CMYK Percentages of Color #d55fbe

%0
%55
%11
%16

Triadic Colors of #d55fbe

#d55fbe #bed55f #5fbed5

Analogous Colors of #d55fbe

#d55fbe #d55f83 #b15fd5

Monochromatic Colors of #d55fbe

#d55fbe

Complementary Color

#d55fbe #5fd576

#d55fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d55fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d55fbe Color CSS Codes

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

#d55fbe Text Font Color

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

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


#d55fbe Background Color

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

This div background color is #d55fbe


#d55fbe Border Color

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

This div border color is #d55fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d55fbe


Comments

No comments written yet.

Please login to write comment.