Color Hex Logo

#d755be Color Hex

#D755BE
(215,85,190)
0 Favorites   0 Comments

Color spaces of #d755be

RGB 21585190
HSL0.870.620.59
HSV312°60°84°
CMYK 0.000.600.12   0.16
XYZ40.567124.661851.3373
Yxy24.66180.34800.2116
Hunter Lab49.660658.9081-26.5293
CIE-Lab56.744462.9034-30.2424

#d755be color RGB value is (215,85,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01010101 10111110
Octal 327 125 276
Decimal 215 85 190
Hex D7 55 BE

RGB Percentages of Color #d755be

%43.88
%17.35
%38.78

CMYK Percentages of Color #d755be

%0
%60
%12
%16

Triadic Colors of #d755be

#d755be #bed755 #55bed7

Analogous Colors of #d755be

#d755be #d7557d #af55d7

Monochromatic Colors of #d755be

#d755be

Complementary Color

#d755be #55d76e

#d755be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d755be Color Preview on White Background

Lorem ipsum dolor sit amet.

#d755be Color CSS Codes

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

#d755be Text Font Color

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

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


#d755be Background Color

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

This div background color is #d755be


#d755be Border Color

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

This div border color is #d755be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d755be


Comments

No comments written yet.

Please login to write comment.