Color Hex Logo

#d77bde Color Hex

#D77BDE
(215,123,222)
0 Favorites   0 Comments

Color spaces of #d77bde

RGB 215123222
HSL0.820.600.68
HSV296°45°87°
CMYK 0.030.450.00   0.13
XYZ48.292133.886973.1028
Yxy33.88690.31100.2182
Hunter Lab58.212546.2089-33.7073
CIE-Lab64.872750.3890-35.6919

#d77bde color RGB value is (215,123,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01111011 11011110
Octal 327 173 336
Decimal 215 123 222
Hex D7 7B DE

RGB Percentages of Color #d77bde

%38.39
%21.96
%39.64

CMYK Percentages of Color #d77bde

%3
%45
%0
%13

Triadic Colors of #d77bde

#d77bde #ded77b #7bded7

Analogous Colors of #d77bde

#d77bde #de7bb4 #a67bde

Monochromatic Colors of #d77bde

#d77bde

Complementary Color

#d77bde #82de7b

#d77bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d77bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#d77bde Color CSS Codes

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

#d77bde Text Font Color

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

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


#d77bde Background Color

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

This div background color is #d77bde


#d77bde Border Color

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

This div border color is #d77bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d77bde


Comments

No comments written yet.

Please login to write comment.