Color Hex Logo

#d54ccd Color Hex

#D54CCD
(213,76,205)
0 Favorites   0 Comments

Color spaces of #d54ccd

RGB 21376205
HSL0.840.620.57
HSV304°64°84°
CMYK 0.000.640.04   0.16
XYZ41.044523.722860.1733
Yxy23.72280.32850.1899
Hunter Lab48.706165.1860-39.1549
CIE-Lab55.809268.4055-40.3173

#d54ccd color RGB value is (213,76,205).

#d54ccd hex color red value is 213, green value is 76 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d54ccd hue: 0.84 , saturation: 0.62 and the lightness value of d54ccd is 0.57.

The process color (four color CMYK) of #d54ccd color hex is 0.00, 0.64, 0.04, 0.16. Web safe color of #d54ccd is #cc33cc. Color #d54ccd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01001100 11001101
Octal 325 114 315
Decimal 213 76 205
Hex D5 4C CD

RGB Percentages of Color #d54ccd

%43.12
%15.38
%41.50

CMYK Percentages of Color #d54ccd

%0
%64
%4
%16

Triadic Colors of #d54ccd

#d54ccd #cdd54c #4ccdd5

Analogous Colors of #d54ccd

#d54ccd #d54c89 #994cd5

Monochromatic Colors of #d54ccd

#d54ccd

Complementary Color

#d54ccd #4cd554

#d54ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d54ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d54ccd Color CSS Codes

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

#d54ccd Text Font Color

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

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


#d54ccd Background Color

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

This div background color is #d54ccd


#d54ccd Border Color

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

This div border color is #d54ccd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,76,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d54ccd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d54ccd


Comments

No comments written yet.

Please login to write comment.