Color Hex Logo

#d54cce Color Hex

#D54CCE
(213,76,206)
0 Favorites   0 Comments

Color spaces of #d54cce

RGB 21376206
HSL0.840.620.57
HSV303°64°84°
CMYK 0.000.640.03   0.16
XYZ41.165623.771260.8112
Yxy23.77120.32740.1890
Hunter Lab48.755765.3892-39.8212
CIE-Lab55.858068.5664-40.8111

#d54cce color RGB value is (213,76,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01001100 11001110
Octal 325 114 316
Decimal 213 76 206
Hex D5 4C CE

RGB Percentages of Color #d54cce

%43.03
%15.35
%41.62

CMYK Percentages of Color #d54cce

%0
%64
%3
%16

Triadic Colors of #d54cce

#d54cce #ced54c #4cced5

Analogous Colors of #d54cce

#d54cce #d54c8a #984cd5

Monochromatic Colors of #d54cce

#d54cce

Complementary Color

#d54cce #4cd553

#d54cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d54cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d54cce Color CSS Codes

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

#d54cce Text Font Color

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

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


#d54cce Background Color

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

This div background color is #d54cce


#d54cce Border Color

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

This div border color is #d54cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d54cce


Comments

No comments written yet.

Please login to write comment.