Color Hex Logo

#d755c2 Color Hex

#D755C2
(215,85,194)
0 Favorites   0 Comments

Color spaces of #d755c2

RGB 21585194
HSL0.860.620.59
HSV310°60°84°
CMYK 0.000.600.10   0.16
XYZ41.010424.839153.6719
Yxy24.83910.34310.2078
Hunter Lab49.838859.6626-28.9628
CIE-Lab56.918363.5201-32.2673

#d755c2 color RGB value is (215,85,194).

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

The process color (four color CMYK) of #d755c2 color hex is 0.00, 0.60, 0.10, 0.16. Web safe color of #d755c2 is #cc66cc. Color #d755c2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01010101 11000010
Octal 327 125 302
Decimal 215 85 194
Hex D7 55 C2

RGB Percentages of Color #d755c2

%43.52
%17.21
%39.27

CMYK Percentages of Color #d755c2

%0
%60
%10
%16

Triadic Colors of #d755c2

#d755c2 #c2d755 #55c2d7

Analogous Colors of #d755c2

#d755c2 #d75581 #ab55d7

Monochromatic Colors of #d755c2

#d755c2

Complementary Color

#d755c2 #55d76a

#d755c2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d755c2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d755c2 Color CSS Codes

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

#d755c2 Text Font Color

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

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


#d755c2 Background Color

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

This div background color is #d755c2


#d755c2 Border Color

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

This div border color is #d755c2


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,85,194, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d755c2


Comments

No comments written yet.

Please login to write comment.