Color Hex Logo

#d244db Color Hex

#D244DB
(210,68,219)
0 Favorites   0 Comments

Color spaces of #d244db

RGB 21068219
HSL0.820.680.56
HSV296°69°86°
CMYK 0.040.690.00   0.14
XYZ41.431622.950469.2640
Yxy22.95040.31000.1717
Hunter Lab47.906670.5377-52.1877
CIE-Lab55.021272.9863-49.5565

#d244db color RGB value is (210,68,219).

#d244db hex color red value is 210, green value is 68 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d244db hue: 0.82 , saturation: 0.68 and the lightness value of d244db is 0.56.

The process color (four color CMYK) of #d244db color hex is 0.04, 0.69, 0.00, 0.14. Web safe color of #d244db is #cc33cc. Color #d244db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01000100 11011011
Octal 322 104 333
Decimal 210 68 219
Hex D2 44 DB

RGB Percentages of Color #d244db

%42.25
%13.68
%44.06

CMYK Percentages of Color #d244db

%4
%69
%0
%14

Triadic Colors of #d244db

#d244db #dbd244 #44dbd2

Analogous Colors of #d244db

#d244db #db4499 #8744db

Monochromatic Colors of #d244db

#d244db

Complementary Color

#d244db #4ddb44

#d244db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d244db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d244db Color CSS Codes

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

#d244db Text Font Color

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

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


#d244db Background Color

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

This div background color is #d244db


#d244db Border Color

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

This div border color is #d244db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d244db


Comments

No comments written yet.

Please login to write comment.