Color Hex Logo

#d754ce Color Hex

#D754CE
(215,84,206)
0 Favorites   0 Comments

Color spaces of #d754ce

RGB 21584206
HSL0.840.620.59
HSV304°61°84°
CMYK 0.000.610.04   0.16
XYZ42.335225.244061.0338
Yxy25.24400.32920.1963
Hunter Lab50.243462.4785-36.8529
CIE-Lab57.312465.8468-38.5042

#d754ce color RGB value is (215,84,206).

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

The process color (four color CMYK) of #d754ce color hex is 0.00, 0.61, 0.04, 0.16. Web safe color of #d754ce is #cc66cc. Color #d754ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01010100 11001110
Octal 327 124 316
Decimal 215 84 206
Hex D7 54 CE

RGB Percentages of Color #d754ce

%42.57
%16.63
%40.79

CMYK Percentages of Color #d754ce

%0
%61
%4
%16

Triadic Colors of #d754ce

#d754ce #ced754 #54ced7

Analogous Colors of #d754ce

#d754ce #d7548d #9f54d7

Monochromatic Colors of #d754ce

#d754ce

Complementary Color

#d754ce #54d75d

#d754ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d754ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d754ce Color CSS Codes

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

#d754ce Text Font Color

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

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


#d754ce Background Color

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

This div background color is #d754ce


#d754ce Border Color

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

This div border color is #d754ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d754ce


Comments

No comments written yet.

Please login to write comment.