Color Hex Logo

#d610ba Color Hex

#D610BA
(214,16,186)
0 Favorites   0 Comments

Color spaces of #d610ba

RGB 21416186
HSL0.860.860.45
HSV308°93°84°
CMYK 0.000.930.13   0.16
XYZ36.779818.211948.0311
Yxy18.21190.35700.1768
Hunter Lab42.675479.1583-36.8580
CIE-Lab49.752180.9426-38.8820

#d610ba color RGB value is (214,16,186).

#d610ba hex color red value is 214, green value is 16 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #d610ba hue: 0.86 , saturation: 0.86 and the lightness value of d610ba is 0.45.

The process color (four color CMYK) of #d610ba color hex is 0.00, 0.93, 0.13, 0.16. Web safe color of #d610ba is #cc00cc. Color #d610ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00010000 10111010
Octal 326 20 272
Decimal 214 16 186
Hex D6 10 BA

RGB Percentages of Color #d610ba

%51.44
%3.85
%44.71

CMYK Percentages of Color #d610ba

%0
%93
%13
%16

Triadic Colors of #d610ba

#d610ba #bad610 #10bad6

Analogous Colors of #d610ba

#d610ba #d61057 #8f10d6

Monochromatic Colors of #d610ba

#d610ba

Complementary Color

#d610ba #10d62c

#d610ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d610ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d610ba Color CSS Codes

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

#d610ba Text Font Color

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

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


#d610ba Background Color

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

This div background color is #d610ba


#d610ba Border Color

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

This div border color is #d610ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d610ba


Comments

No comments written yet.

Please login to write comment.