Color Hex Logo

#d68fba Color Hex

#D68FBA
(214,143,186)
0 Favorites   0 Comments

Color spaces of #d68fba

RGB 214143186
HSL0.900.460.70
HSV324°33°84°
CMYK 0.000.330.13   0.16
XYZ46.416937.486251.2435
Yxy37.48620.34350.2774
Hunter Lab61.226028.1797-6.7650
CIE-Lab67.640233.2276-11.3617

#d68fba color RGB value is (214,143,186).

#d68fba hex color red value is 214, green value is 143 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #d68fba hue: 0.90 , saturation: 0.46 and the lightness value of d68fba is 0.70.

The process color (four color CMYK) of #d68fba color hex is 0.00, 0.33, 0.13, 0.16. Web safe color of #d68fba is #cc99cc. Color #d68fba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10001111 10111010
Octal 326 217 272
Decimal 214 143 186
Hex D6 8F BA

RGB Percentages of Color #d68fba

%39.41
%26.34
%34.25

CMYK Percentages of Color #d68fba

%0
%33
%13
%16

Triadic Colors of #d68fba

#d68fba #bad68f #8fbad6

Analogous Colors of #d68fba

#d68fba #d68f97 #cf8fd6

Monochromatic Colors of #d68fba

#d68fba

Complementary Color

#d68fba #8fd6ab

#d68fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d68fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d68fba Color CSS Codes

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

#d68fba Text Font Color

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

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


#d68fba Background Color

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

This div background color is #d68fba


#d68fba Border Color

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

This div border color is #d68fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d68fba


Comments

No comments written yet.

Please login to write comment.