Color Hex Logo

#d76bbe Color Hex

#D76BBE
(215,107,190)
0 Favorites   0 Comments

Color spaces of #d76bbe

RGB 215107190
HSL0.870.570.63
HSV314°50°84°
CMYK 0.000.500.12   0.16
XYZ42.576328.680252.0070
Yxy28.68020.34540.2327
Hunter Lab53.553948.1913-20.0897
CIE-Lab60.498352.8377-24.4441

#d76bbe color RGB value is (215,107,190).

#d76bbe hex color red value is 215, green value is 107 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d76bbe hue: 0.87 , saturation: 0.57 and the lightness value of d76bbe is 0.63.

The process color (four color CMYK) of #d76bbe color hex is 0.00, 0.50, 0.12, 0.16. Web safe color of #d76bbe is #cc66cc. Color #d76bbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01101011 10111110
Octal 327 153 276
Decimal 215 107 190
Hex D7 6B BE

RGB Percentages of Color #d76bbe

%41.99
%20.90
%37.11

CMYK Percentages of Color #d76bbe

%0
%50
%12
%16

Triadic Colors of #d76bbe

#d76bbe #bed76b #6bbed7

Analogous Colors of #d76bbe

#d76bbe #d76b88 #ba6bd7

Monochromatic Colors of #d76bbe

#d76bbe

Complementary Color

#d76bbe #6bd784

#d76bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d76bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d76bbe Color CSS Codes

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

#d76bbe Text Font Color

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

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


#d76bbe Background Color

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

This div background color is #d76bbe


#d76bbe Border Color

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

This div border color is #d76bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d76bbe


Comments

No comments written yet.

Please login to write comment.