Color Hex Logo

#d48adb Color Hex

#D48ADB
(212,138,219)
0 Favorites   0 Comments

Color spaces of #d48adb

RGB 212138219
HSL0.820.530.70
HSV295°37°86°
CMYK 0.030.370.00   0.14
XYZ49.026037.288571.6313
Yxy37.28850.31040.2361
Hunter Lab61.064336.4477-26.8049
CIE-Lab67.492941.1060-29.9913

#d48adb color RGB value is (212,138,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10001010 11011011
Octal 324 212 333
Decimal 212 138 219
Hex D4 8A DB

RGB Percentages of Color #d48adb

%37.26
%24.25
%38.49

CMYK Percentages of Color #d48adb

%3
%37
%0
%14

Triadic Colors of #d48adb

#d48adb #dbd48a #8adbd4

Analogous Colors of #d48adb

#d48adb #db8aba #ac8adb

Monochromatic Colors of #d48adb

#d48adb

Complementary Color

#d48adb #91db8a

#d48adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d48adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d48adb Color CSS Codes

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

#d48adb Text Font Color

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

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


#d48adb Background Color

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

This div background color is #d48adb


#d48adb Border Color

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

This div border color is #d48adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d48adb


Comments

No comments written yet.

Please login to write comment.