Color Hex Logo

#d057ba Color Hex

#D057BA
(208,87,186)
0 Favorites   0 Comments

Color spaces of #d057ba

RGB 20887186
HSL0.860.560.58
HSV311°58°82°
CMYK 0.000.580.11   0.18
XYZ38.283523.771549.0250
Yxy23.77150.34460.2140
Hunter Lab48.756054.8361-25.4879
CIE-Lab55.858359.5222-29.3971

#d057ba color RGB value is (208,87,186).

#d057ba hex color red value is 208, green value is 87 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #d057ba hue: 0.86 , saturation: 0.56 and the lightness value of d057ba is 0.58.

The process color (four color CMYK) of #d057ba color hex is 0.00, 0.58, 0.11, 0.18. Web safe color of #d057ba is #cc66cc. Color #d057ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01010111 10111010
Octal 320 127 272
Decimal 208 87 186
Hex D0 57 BA

RGB Percentages of Color #d057ba

%43.24
%18.09
%38.67

CMYK Percentages of Color #d057ba

%0
%58
%11
%18

Triadic Colors of #d057ba

#d057ba #bad057 #57bad0

Analogous Colors of #d057ba

#d057ba #d0577e #aa57d0

Monochromatic Colors of #d057ba

#d057ba

Complementary Color

#d057ba #57d06d

#d057ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d057ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d057ba Color CSS Codes

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

#d057ba Text Font Color

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

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


#d057ba Background Color

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

This div background color is #d057ba


#d057ba Border Color

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

This div border color is #d057ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d057ba


Comments

No comments written yet.

Please login to write comment.