Color Hex Logo

#d55fba Color Hex

#D55FBA
(213,95,186)
0 Favorites   0 Comments

Color spaces of #d55fba

RGB 21395186
HSL0.870.580.60
HSV314°55°84°
CMYK 0.000.550.13   0.16
XYZ40.395725.875749.3198
Yxy25.87570.34950.2239
Hunter Lab50.868252.7321-21.8776
CIE-Lab57.918957.3101-26.1510

#d55fba color RGB value is (213,95,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01011111 10111010
Octal 325 137 272
Decimal 213 95 186
Hex D5 5F BA

RGB Percentages of Color #d55fba

%43.12
%19.23
%37.65

CMYK Percentages of Color #d55fba

%0
%55
%13
%16

Triadic Colors of #d55fba

#d55fba #bad55f #5fbad5

Analogous Colors of #d55fba

#d55fba #d55f7f #b55fd5

Monochromatic Colors of #d55fba

#d55fba

Complementary Color

#d55fba #5fd57a

#d55fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d55fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d55fba Color CSS Codes

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

#d55fba Text Font Color

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

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


#d55fba Background Color

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

This div background color is #d55fba


#d55fba Border Color

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

This div border color is #d55fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d55fba


Comments

No comments written yet.

Please login to write comment.