Color Hex Logo

#d706bc Color Hex

#D706BC
(215,6,188)
0 Favorites   0 Comments

Color spaces of #d706bc

RGB 2156188
HSL0.850.950.43
HSV308°97°84°
CMYK 0.000.970.13   0.16
XYZ37.166618.208249.1326
Yxy18.20820.35560.1742
Hunter Lab42.671180.7996-38.3983
CIE-Lab49.747782.2346-40.0447

#d706bc color RGB value is (215,6,188).

#d706bc hex color red value is 215, green value is 6 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #d706bc hue: 0.85 , saturation: 0.95 and the lightness value of d706bc is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00000110 10111100
Octal 327 6 274
Decimal 215 6 188
Hex D7 6 BC

RGB Percentages of Color #d706bc

%52.57
%1.47
%45.97

CMYK Percentages of Color #d706bc

%0
%97
%13
%16

Triadic Colors of #d706bc

#d706bc #bcd706 #06bcd7

Analogous Colors of #d706bc

#d706bc #d70653 #8a06d7

Monochromatic Colors of #d706bc

#d706bc

Complementary Color

#d706bc #06d721

#d706bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d706bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d706bc Color CSS Codes

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

#d706bc Text Font Color

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

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


#d706bc Background Color

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

This div background color is #d706bc


#d706bc Border Color

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

This div border color is #d706bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(215,6,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d706bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d706bc;
  -webkit-box-shadow: 1px 1px 3px 2px #d706bc;
  box-shadow:         1px 1px 3px 2px #d706bc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,6,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d706bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d706bc


Comments

No comments written yet.

Please login to write comment.