Color Hex Logo

#d77dde Color Hex

#D77DDE
(215,125,222)
0 Favorites   0 Comments

Color spaces of #d77dde

RGB 215125222
HSL0.820.600.68
HSV296°44°87°
CMYK 0.030.440.00   0.13
XYZ48.542834.388273.1863
Yxy34.38820.31090.2203
Hunter Lab58.641545.1379-32.9467
CIE-Lab65.269549.3677-35.0744

#d77dde color RGB value is (215,125,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01111101 11011110
Octal 327 175 336
Decimal 215 125 222
Hex D7 7D DE

RGB Percentages of Color #d77dde

%38.26
%22.24
%39.50

CMYK Percentages of Color #d77dde

%3
%44
%0
%13

Triadic Colors of #d77dde

#d77dde #ded77d #7dded7

Analogous Colors of #d77dde

#d77dde #de7db5 #a77dde

Monochromatic Colors of #d77dde

#d77dde

Complementary Color

#d77dde #84de7d

#d77dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d77dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#d77dde Color CSS Codes

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

#d77dde Text Font Color

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

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


#d77dde Background Color

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

This div background color is #d77dde


#d77dde Border Color

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

This div border color is #d77dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d77dde


Comments

No comments written yet.

Please login to write comment.