Color Hex Logo

#d657ba Color Hex

#D657BA
(214,87,186)
0 Favorites   0 Comments

Color spaces of #d657ba

RGB 21487186
HSL0.870.610.59
HSV313°59°84°
CMYK 0.000.590.13   0.16
XYZ40.002724.657749.1054
Yxy24.65770.35160.2167
Hunter Lab49.656556.8986-23.8724
CIE-Lab56.740461.1667-27.9600

#d657ba color RGB value is (214,87,186).

#d657ba hex color red value is 214, green value is 87 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #d657ba hue: 0.87 , saturation: 0.61 and the lightness value of d657ba is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01010111 10111010
Octal 326 127 272
Decimal 214 87 186
Hex D6 57 BA

RGB Percentages of Color #d657ba

%43.94
%17.86
%38.19

CMYK Percentages of Color #d657ba

%0
%59
%13
%16

Triadic Colors of #d657ba

#d657ba #bad657 #57bad6

Analogous Colors of #d657ba

#d657ba #d6577b #b357d6

Monochromatic Colors of #d657ba

#d657ba

Complementary Color

#d657ba #57d673

#d657ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d657ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d657ba Color CSS Codes

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

#d657ba Text Font Color

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

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


#d657ba Background Color

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

This div background color is #d657ba


#d657ba Border Color

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

This div border color is #d657ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d657ba


Comments

No comments written yet.

Please login to write comment.