Color Hex Logo

#d061ba Color Hex

#D061BA
(208,97,186)
0 Favorites   0 Comments

Color spaces of #d061ba

RGB 20897186
HSL0.870.540.60
HSV312°53°82°
CMYK 0.000.530.11   0.18
XYZ39.150025.504549.3138
Yxy25.50450.34350.2238
Hunter Lab50.502049.9978-22.5437
CIE-Lab57.563754.9363-26.7572

#d061ba color RGB value is (208,97,186).

#d061ba hex color red value is 208, green value is 97 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #d061ba hue: 0.87 , saturation: 0.54 and the lightness value of d061ba is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01100001 10111010
Octal 320 141 272
Decimal 208 97 186
Hex D0 61 BA

RGB Percentages of Color #d061ba

%42.36
%19.76
%37.88

CMYK Percentages of Color #d061ba

%0
%53
%11
%18

Triadic Colors of #d061ba

#d061ba #bad061 #61bad0

Analogous Colors of #d061ba

#d061ba #d06183 #af61d0

Monochromatic Colors of #d061ba

#d061ba

Complementary Color

#d061ba #61d077

#d061ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d061ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d061ba Color CSS Codes

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

#d061ba Text Font Color

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

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


#d061ba Background Color

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

This div background color is #d061ba


#d061ba Border Color

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

This div border color is #d061ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d061ba


Comments

No comments written yet.

Please login to write comment.