Color Hex Logo

#d763bc Color Hex

#D763BC
(215,99,188)
0 Favorites   0 Comments

Color spaces of #d763bc

RGB 21599188
HSL0.870.590.62
HSV314°54°84°
CMYK 0.000.540.13   0.16
XYZ41.563327.001650.5982
Yxy27.00160.34880.2266
Hunter Lab51.963151.8401-21.3585
CIE-Lab58.975856.3419-25.6445

#d763bc color RGB value is (215,99,188).

#d763bc hex color red value is 215, green value is 99 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #d763bc hue: 0.87 , saturation: 0.59 and the lightness value of d763bc is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01100011 10111100
Octal 327 143 274
Decimal 215 99 188
Hex D7 63 BC

RGB Percentages of Color #d763bc

%42.83
%19.72
%37.45

CMYK Percentages of Color #d763bc

%0
%54
%13
%16

Triadic Colors of #d763bc

#d763bc #bcd763 #63bcd7

Analogous Colors of #d763bc

#d763bc #d76382 #b863d7

Monochromatic Colors of #d763bc

#d763bc

Complementary Color

#d763bc #63d77e

#d763bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d763bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d763bc Color CSS Codes

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

#d763bc Text Font Color

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

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


#d763bc Background Color

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

This div background color is #d763bc


#d763bc Border Color

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

This div border color is #d763bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d763bc


Comments

No comments written yet.

Please login to write comment.