Color Hex Logo

#d693ba Color Hex

#D693BA
(214,147,186)
0 Favorites   0 Comments

Color spaces of #d693ba

RGB 214147186
HSL0.900.450.71
HSV325°31°84°
CMYK 0.000.310.13   0.16
XYZ47.028238.708751.4473
Yxy38.70870.34280.2822
Hunter Lab62.216326.0464-5.4761
CIE-Lab68.539731.0714-10.0168

#d693ba color RGB value is (214,147,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10010011 10111010
Octal 326 223 272
Decimal 214 147 186
Hex D6 93 BA

RGB Percentages of Color #d693ba

%39.12
%26.87
%34.00

CMYK Percentages of Color #d693ba

%0
%31
%13
%16

Triadic Colors of #d693ba

#d693ba #bad693 #93bad6

Analogous Colors of #d693ba

#d693ba #d69399 #d193d6

Monochromatic Colors of #d693ba

#d693ba

Complementary Color

#d693ba #93d6af

#d693ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d693ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d693ba Color CSS Codes

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

#d693ba Text Font Color

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

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


#d693ba Background Color

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

This div background color is #d693ba


#d693ba Border Color

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

This div border color is #d693ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d693ba


Comments

No comments written yet.

Please login to write comment.