Color Hex Logo

#d78adb Color Hex

#D78ADB
(215,138,219)
0 Favorites   0 Comments

Color spaces of #d78adb

RGB 215138219
HSL0.830.530.70
HSV297°37°86°
CMYK 0.020.370.00   0.14
XYZ49.899037.738571.6721
Yxy37.73850.31320.2369
Hunter Lab61.431737.4845-26.1713
CIE-Lab67.827442.0302-29.4475

#d78adb color RGB value is (215,138,219).

#d78adb hex color red value is 215, green value is 138 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d78adb hue: 0.83 , saturation: 0.53 and the lightness value of d78adb is 0.70.

The process color (four color CMYK) of #d78adb color hex is 0.02, 0.37, 0.00, 0.14. Web safe color of #d78adb is #cc99cc. Color #d78adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10001010 11011011
Octal 327 212 333
Decimal 215 138 219
Hex D7 8A DB

RGB Percentages of Color #d78adb

%37.59
%24.13
%38.29

CMYK Percentages of Color #d78adb

%2
%37
%0
%14

Triadic Colors of #d78adb

#d78adb #dbd78a #8adbd7

Analogous Colors of #d78adb

#d78adb #db8ab7 #af8adb

Monochromatic Colors of #d78adb

#d78adb

Complementary Color

#d78adb #8edb8a

#d78adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d78adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d78adb Color CSS Codes

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

#d78adb Text Font Color

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

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


#d78adb Background Color

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

This div background color is #d78adb


#d78adb Border Color

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

This div border color is #d78adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d78adb


Comments

No comments written yet.

Please login to write comment.