Color Hex Logo

#d755b2 Color Hex

#D755B2
(215,85,178)
0 Favorites   0 Comments

Color spaces of #d755b2

RGB 21585178
HSL0.880.620.59
HSV317°60°84°
CMYK 0.000.600.17   0.16
XYZ39.308724.158444.7107
Yxy24.15840.36340.2233
Hunter Lab49.151256.7409-19.5277
CIE-Lab56.246061.1179-24.0932

#d755b2 color RGB value is (215,85,178).

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

The process color (four color CMYK) of #d755b2 color hex is 0.00, 0.60, 0.17, 0.16. Web safe color of #d755b2 is #cc6699. Color #d755b2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01010101 10110010
Octal 327 125 262
Decimal 215 85 178
Hex D7 55 B2

RGB Percentages of Color #d755b2

%44.98
%17.78
%37.24

CMYK Percentages of Color #d755b2

%0
%60
%17
%16

Triadic Colors of #d755b2

#d755b2 #b2d755 #55b2d7

Analogous Colors of #d755b2

#d755b2 #d75571 #bb55d7

Monochromatic Colors of #d755b2

#d755b2

Complementary Color

#d755b2 #55d77a

#d755b2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d755b2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d755b2 Color CSS Codes

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

#d755b2 Text Font Color

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

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


#d755b2 Background Color

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

This div background color is #d755b2


#d755b2 Border Color

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

This div border color is #d755b2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d755b2


Comments

No comments written yet.

Please login to write comment.