Color Hex Logo

#d76bdf Color Hex

#D76BDF
(215,107,223)
0 Favorites   0 Comments

Color spaces of #d76bdf

RGB 215107223
HSL0.820.640.65
HSV296°52°87°
CMYK 0.040.520.00   0.13
XYZ46.601330.290273.2025
Yxy30.29020.31050.2018
Hunter Lab55.036554.8281-40.3343
CIE-Lab61.903858.4742-40.8903

#d76bdf color RGB value is (215,107,223).

#d76bdf hex color red value is 215, green value is 107 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d76bdf hue: 0.82 , saturation: 0.64 and the lightness value of d76bdf is 0.65.

The process color (four color CMYK) of #d76bdf color hex is 0.04, 0.52, 0.00, 0.13. Web safe color of #d76bdf is #cc66cc. Color #d76bdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01101011 11011111
Octal 327 153 337
Decimal 215 107 223
Hex D7 6B DF

RGB Percentages of Color #d76bdf

%39.45
%19.63
%40.92

CMYK Percentages of Color #d76bdf

%4
%52
%0
%13

Triadic Colors of #d76bdf

#d76bdf #dfd76b #6bdfd7

Analogous Colors of #d76bdf

#d76bdf #df6bad #9d6bdf

Monochromatic Colors of #d76bdf

#d76bdf

Complementary Color

#d76bdf #73df6b

#d76bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d76bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d76bdf Color CSS Codes

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

#d76bdf Text Font Color

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

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


#d76bdf Background Color

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

This div background color is #d76bdf


#d76bdf Border Color

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

This div border color is #d76bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d76bdf


Comments

No comments written yet.

Please login to write comment.