Color Hex Logo

#d58fba Color Hex

#D58FBA
(213,143,186)
0 Favorites   0 Comments

Color spaces of #d58fba

RGB 213143186
HSL0.900.450.70
HSV323°33°84°
CMYK 0.000.330.13   0.16
XYZ46.126037.336251.2299
Yxy37.33620.34250.2772
Hunter Lab61.103427.8161-6.9372
CIE-Lab67.528532.8849-11.5405

#d58fba color RGB value is (213,143,186).

#d58fba hex color red value is 213, green value is 143 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #d58fba hue: 0.90 , saturation: 0.45 and the lightness value of d58fba is 0.70.

The process color (four color CMYK) of #d58fba color hex is 0.00, 0.33, 0.13, 0.16. Web safe color of #d58fba is #cc99cc. Color #d58fba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10001111 10111010
Octal 325 217 272
Decimal 213 143 186
Hex D5 8F BA

RGB Percentages of Color #d58fba

%39.30
%26.38
%34.32

CMYK Percentages of Color #d58fba

%0
%33
%13
%16

Triadic Colors of #d58fba

#d58fba #bad58f #8fbad5

Analogous Colors of #d58fba

#d58fba #d58f97 #cd8fd5

Monochromatic Colors of #d58fba

#d58fba

Complementary Color

#d58fba #8fd5aa

#d58fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d58fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d58fba Color CSS Codes

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

#d58fba Text Font Color

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

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


#d58fba Background Color

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

This div background color is #d58fba


#d58fba Border Color

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

This div border color is #d58fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d58fba


Comments

No comments written yet.

Please login to write comment.