Color Hex Logo

#d57bba Color Hex

#D57BBA
(213,123,186)
0 Favorites   0 Comments

Color spaces of #d57bba

RGB 213123186
HSL0.880.520.66
HSV318°42°84°
CMYK 0.000.420.13   0.16
XYZ43.386531.857250.3167
Yxy31.85720.34550.2537
Hunter Lab56.442238.4372-13.3459
CIE-Lab63.224743.4977-18.0311

#d57bba color RGB value is (213,123,186).

#d57bba hex color red value is 213, green value is 123 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #d57bba hue: 0.88 , saturation: 0.52 and the lightness value of d57bba is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01111011 10111010
Octal 325 173 272
Decimal 213 123 186
Hex D5 7B BA

RGB Percentages of Color #d57bba

%40.80
%23.56
%35.63

CMYK Percentages of Color #d57bba

%0
%42
%13
%16

Triadic Colors of #d57bba

#d57bba #bad57b #7bbad5

Analogous Colors of #d57bba

#d57bba #d57b8d #c37bd5

Monochromatic Colors of #d57bba

#d57bba

Complementary Color

#d57bba #7bd596

#d57bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d57bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d57bba Color CSS Codes

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

#d57bba Text Font Color

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

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


#d57bba Background Color

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

This div background color is #d57bba


#d57bba Border Color

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

This div border color is #d57bba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d57bba


Comments

No comments written yet.

Please login to write comment.