Color Hex Logo

#d54ccf Color Hex

#D54CCF
(213,76,207)
0 Favorites   0 Comments

Color spaces of #d54ccf

RGB 21376207
HSL0.840.620.57
HSV303°64°84°
CMYK 0.000.640.03   0.16
XYZ41.287523.820061.4531
Yxy23.82000.32620.1882
Hunter Lab48.805765.5931-40.4902
CIE-Lab55.907168.7277-41.3038

#d54ccf color RGB value is (213,76,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01001100 11001111
Octal 325 114 317
Decimal 213 76 207
Hex D5 4C CF

RGB Percentages of Color #d54ccf

%42.94
%15.32
%41.73

CMYK Percentages of Color #d54ccf

%0
%64
%3
%16

Triadic Colors of #d54ccf

#d54ccf #cfd54c #4ccfd5

Analogous Colors of #d54ccf

#d54ccf #d54c8b #974cd5

Monochromatic Colors of #d54ccf

#d54ccf

Complementary Color

#d54ccf #4cd552

#d54ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d54ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d54ccf Color CSS Codes

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

#d54ccf Text Font Color

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

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


#d54ccf Background Color

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

This div background color is #d54ccf


#d54ccf Border Color

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

This div border color is #d54ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d54ccf


Comments

No comments written yet.

Please login to write comment.