Color Hex Logo

#d76bde Color Hex

#D76BDE
(215,107,222)
0 Favorites   0 Comments

Color spaces of #d76bde

RGB 215107222
HSL0.820.640.65
HSV296°52°87°
CMYK 0.030.520.00   0.13
XYZ46.466830.236472.4944
Yxy30.23640.31140.2027
Hunter Lab54.987654.6114-39.6752
CIE-Lab61.857758.2935-40.4031

#d76bde color RGB value is (215,107,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01101011 11011110
Octal 327 153 336
Decimal 215 107 222
Hex D7 6B DE

RGB Percentages of Color #d76bde

%39.52
%19.67
%40.81

CMYK Percentages of Color #d76bde

%3
%52
%0
%13

Triadic Colors of #d76bde

#d76bde #ded76b #6bded7

Analogous Colors of #d76bde

#d76bde #de6bac #9e6bde

Monochromatic Colors of #d76bde

#d76bde

Complementary Color

#d76bde #72de6b

#d76bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d76bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#d76bde Color CSS Codes

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

#d76bde Text Font Color

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

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


#d76bde Background Color

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

This div background color is #d76bde


#d76bde Border Color

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

This div border color is #d76bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d76bde


Comments

No comments written yet.

Please login to write comment.