Color Hex Logo

#d77edf Color Hex

#D77EDF
(215,126,223)
0 Favorites   0 Comments

Color spaces of #d77edf

RGB 215126223
HSL0.820.600.68
HSV295°43°87°
CMYK 0.040.430.00   0.13
XYZ48.804534.696573.9369
Yxy34.69650.31000.2204
Hunter Lab58.903744.8141-33.1891
CIE-Lab65.511749.0409-35.2538

#d77edf color RGB value is (215,126,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01111110 11011111
Octal 327 176 337
Decimal 215 126 223
Hex D7 7E DF

RGB Percentages of Color #d77edf

%38.12
%22.34
%39.54

CMYK Percentages of Color #d77edf

%4
%43
%0
%13

Triadic Colors of #d77edf

#d77edf #dfd77e #7edfd7

Analogous Colors of #d77edf

#d77edf #df7eb7 #a77edf

Monochromatic Colors of #d77edf

#d77edf

Complementary Color

#d77edf #86df7e

#d77edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d77edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d77edf Color CSS Codes

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

#d77edf Text Font Color

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

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


#d77edf Background Color

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

This div background color is #d77edf


#d77edf Border Color

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

This div border color is #d77edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d77edf


Comments

No comments written yet.

Please login to write comment.