color codes Logo

#d78adf color codes

#D78ADF
(215,138,223)
0 Favorites   0 Comments

Color spaces of #d78adf

RGB 215138223
HSL0.820.570.71
HSV294°38°87°
CMYK 0.040.380.00   0.13
XYZ50.432137.951774.4794
Yxy37.95170.30970.2330
Hunter Lab61.605038.3181-28.5572
CIE-Lab67.985042.7824-31.4183

#d78adf color RGB value is (215,138,223).

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

The process color (four color CMYK) of #d78adf color code is 0.04, 0.38, 0.00, 0.13. Web safe color of #d78adf is #cc99cc. Color #d78adf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10001010 11011111
Octal 327 212 337
Decimal 215 138 223
Hex D7 8A DF

RGB Percentages of Color #d78adf

%37.33
%23.96
%38.72

CMYK Percentages of Color #d78adf

%4
%38
%0
%13

Triadic Colors of #d78adf

#d78adf #dfd78a #8adfd7

Analogous Colors of #d78adf

#d78adf #df8abd #ad8adf

Monochromatic Colors of #d78adf

#d78adf

Complementary Color

#d78adf #92df8a

#d78adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d78adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d78adf Color CSS Codes

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

#d78adf Text Font Color

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

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


#d78adf Background Color

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

This div background color is #d78adf


#d78adf Border Color

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

This div border color is #d78adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d78adf


Comments

No comments written yet.

Please login to write comment.