Color Hex Logo

#d671ba Color Hex

#D671BA
(214,113,186)
0 Favorites   0 Comments

Color spaces of #d671ba

RGB 214113186
HSL0.880.550.64
HSV317°47°84°
CMYK 0.000.470.13   0.16
XYZ42.499629.651649.9377
Yxy29.65160.34810.2429
Hunter Lab54.453344.0221-16.2560
CIE-Lab61.352448.9264-20.8699

#d671ba color RGB value is (214,113,186).

#d671ba hex color red value is 214, green value is 113 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #d671ba hue: 0.88 , saturation: 0.55 and the lightness value of d671ba is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01110001 10111010
Octal 326 161 272
Decimal 214 113 186
Hex D6 71 BA

RGB Percentages of Color #d671ba

%41.72
%22.03
%36.26

CMYK Percentages of Color #d671ba

%0
%47
%13
%16

Triadic Colors of #d671ba

#d671ba #bad671 #71bad6

Analogous Colors of #d671ba

#d671ba #d67188 #c071d6

Monochromatic Colors of #d671ba

#d671ba

Complementary Color

#d671ba #71d68d

#d671ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d671ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d671ba Color CSS Codes

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

#d671ba Text Font Color

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

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


#d671ba Background Color

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

This div background color is #d671ba


#d671ba Border Color

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

This div border color is #d671ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d671ba


Comments

No comments written yet.

Please login to write comment.