Color Hex Logo

#d948db Color Hex

#D948DB
(217,72,219)
0 Favorites   0 Comments

Color spaces of #d948db

RGB 21772219
HSL0.830.670.57
HSV299°67°86°
CMYK 0.010.670.00   0.14
XYZ43.718824.500969.4427
Yxy24.50090.31760.1780
Hunter Lab49.498471.0356-48.5308
CIE-Lab56.585973.0938-47.0067

#d948db color RGB value is (217,72,219).

#d948db hex color red value is 217, green value is 72 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d948db hue: 0.83 , saturation: 0.67 and the lightness value of d948db is 0.57.

The process color (four color CMYK) of #d948db color hex is 0.01, 0.67, 0.00, 0.14. Web safe color of #d948db is #cc33cc. Color #d948db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01001000 11011011
Octal 331 110 333
Decimal 217 72 219
Hex D9 48 DB

RGB Percentages of Color #d948db

%42.72
%14.17
%43.11

CMYK Percentages of Color #d948db

%1
%67
%0
%14

Triadic Colors of #d948db

#d948db #dbd948 #48dbd9

Analogous Colors of #d948db

#d948db #db4894 #9048db

Monochromatic Colors of #d948db

#d948db

Complementary Color

#d948db #4adb48

#d948db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d948db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d948db Color CSS Codes

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

#d948db Text Font Color

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

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


#d948db Background Color

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

This div background color is #d948db


#d948db Border Color

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

This div border color is #d948db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d948db


Comments

No comments written yet.

Please login to write comment.