Color Hex Logo

#d57bbf Color Hex

#D57BBF
(213,123,191)
0 Favorites   0 Comments

Color spaces of #d57bbf

RGB 213123191
HSL0.870.520.66
HSV315°42°84°
CMYK 0.000.420.10   0.16
XYZ43.927532.073653.1658
Yxy32.07360.34010.2483
Hunter Lab56.633639.3438-16.0161
CIE-Lab63.403744.3198-20.5875

#d57bbf color RGB value is (213,123,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01111011 10111111
Octal 325 173 277
Decimal 213 123 191
Hex D5 7B BF

RGB Percentages of Color #d57bbf

%40.42
%23.34
%36.24

CMYK Percentages of Color #d57bbf

%0
%42
%10
%16

Triadic Colors of #d57bbf

#d57bbf #bfd57b #7bbfd5

Analogous Colors of #d57bbf

#d57bbf #d57b92 #be7bd5

Monochromatic Colors of #d57bbf

#d57bbf

Complementary Color

#d57bbf #7bd591

#d57bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d57bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d57bbf Color CSS Codes

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

#d57bbf Text Font Color

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

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


#d57bbf Background Color

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

This div background color is #d57bbf


#d57bbf Border Color

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

This div border color is #d57bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d57bbf


Comments

No comments written yet.

Please login to write comment.