Color Hex Logo

#d54ddb Color Hex

#D54DDB
(213,77,219)
0 Favorites   0 Comments

Color spaces of #d54ddb

RGB 21377219
HSL0.830.660.58
HSV297°65°86°
CMYK 0.030.650.00   0.14
XYZ42.880624.568469.4999
Yxy24.56840.31310.1794
Hunter Lab49.566567.6811-48.4372
CIE-Lab56.652570.3241-46.9391

#d54ddb color RGB value is (213,77,219).

#d54ddb hex color red value is 213, green value is 77 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d54ddb hue: 0.83 , saturation: 0.66 and the lightness value of d54ddb is 0.58.

The process color (four color CMYK) of #d54ddb color hex is 0.03, 0.65, 0.00, 0.14. Web safe color of #d54ddb is #cc66cc. Color #d54ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01001101 11011011
Octal 325 115 333
Decimal 213 77 219
Hex D5 4D DB

RGB Percentages of Color #d54ddb

%41.85
%15.13
%43.03

CMYK Percentages of Color #d54ddb

%3
%65
%0
%14

Triadic Colors of #d54ddb

#d54ddb #dbd54d #4ddbd5

Analogous Colors of #d54ddb

#d54ddb #db4d9a #8e4ddb

Monochromatic Colors of #d54ddb

#d54ddb

Complementary Color

#d54ddb #53db4d

#d54ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d54ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d54ddb Color CSS Codes

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

#d54ddb Text Font Color

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

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


#d54ddb Background Color

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

This div background color is #d54ddb


#d54ddb Border Color

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

This div border color is #d54ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d54ddb


Comments

No comments written yet.

Please login to write comment.