Color Hex Logo

#d754cd Color Hex

#D754CD
(215,84,205)
0 Favorites   0 Comments

Color spaces of #d754cd

RGB 21584205
HSL0.850.620.59
HSV305°61°84°
CMYK 0.000.610.05   0.16
XYZ42.214125.195560.3959
Yxy25.19550.33030.1971
Hunter Lab50.195162.2771-36.2025
CIE-Lab57.265465.6849-38.0087

#d754cd color RGB value is (215,84,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01010100 11001101
Octal 327 124 315
Decimal 215 84 205
Hex D7 54 CD

RGB Percentages of Color #d754cd

%42.66
%16.67
%40.67

CMYK Percentages of Color #d754cd

%0
%61
%5
%16

Triadic Colors of #d754cd

#d754cd #cdd754 #54cdd7

Analogous Colors of #d754cd

#d754cd #d7548c #a054d7

Monochromatic Colors of #d754cd

#d754cd

Complementary Color

#d754cd #54d75e

#d754cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d754cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d754cd Color CSS Codes

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

#d754cd Text Font Color

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

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


#d754cd Background Color

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

This div background color is #d754cd


#d754cd Border Color

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

This div border color is #d754cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d754cd


Comments

No comments written yet.

Please login to write comment.