Color Hex Logo

#d76edb Color Hex

#D76EDB
(215,110,219)
0 Favorites   0 Comments

Color spaces of #d76edb

RGB 215110219
HSL0.830.600.65
HSV298°50°86°
CMYK 0.020.500.00   0.14
XYZ46.386430.713470.5013
Yxy30.71340.31430.2081
Hunter Lab55.419752.4205-36.6311
CIE-Lab62.264956.3106-38.0855

#d76edb color RGB value is (215,110,219).

#d76edb hex color red value is 215, green value is 110 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d76edb hue: 0.83 , saturation: 0.60 and the lightness value of d76edb is 0.65.

The process color (four color CMYK) of #d76edb color hex is 0.02, 0.50, 0.00, 0.14. Web safe color of #d76edb is #cc66cc. Color #d76edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01101110 11011011
Octal 327 156 333
Decimal 215 110 219
Hex D7 6E DB

RGB Percentages of Color #d76edb

%39.52
%20.22
%40.26

CMYK Percentages of Color #d76edb

%2
%50
%0
%14

Triadic Colors of #d76edb

#d76edb #dbd76e #6edbd7

Analogous Colors of #d76edb

#d76edb #db6ea9 #a16edb

Monochromatic Colors of #d76edb

#d76edb

Complementary Color

#d76edb #72db6e

#d76edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d76edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d76edb Color CSS Codes

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

#d76edb Text Font Color

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

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


#d76edb Background Color

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

This div background color is #d76edb


#d76edb Border Color

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

This div border color is #d76edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d76edb


Comments

No comments written yet.

Please login to write comment.