Color Hex Logo

#d923db Color Hex

#D923DB
(217,35,219)
0 Favorites   0 Comments

Color spaces of #d923db

RGB 21735219
HSL0.830.720.50
HSV299°84°86°
CMYK 0.010.840.00   0.14
XYZ42.002521.068368.8706
Yxy21.06830.31830.1597
Hunter Lab45.900283.0169-56.8310
CIE-Lab53.024283.3276-52.6734

#d923db color RGB value is (217,35,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 00100011 11011011
Octal 331 43 333
Decimal 217 35 219
Hex D9 23 DB

RGB Percentages of Color #d923db

%46.07
%7.43
%46.50

CMYK Percentages of Color #d923db

%1
%84
%0
%14

Triadic Colors of #d923db

#d923db #dbd923 #23dbd9

Analogous Colors of #d923db

#d923db #db2381 #7d23db

Monochromatic Colors of #d923db

#d923db

Complementary Color

#d923db #25db23

#d923db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d923db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d923db Color CSS Codes

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

#d923db Text Font Color

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

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


#d923db Background Color

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

This div background color is #d923db


#d923db Border Color

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

This div border color is #d923db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d923db


Comments

No comments written yet.

Please login to write comment.