Color Hex Logo

#d755ca Color Hex

#D755CA
(215,85,202)
0 Favorites   0 Comments

Color spaces of #d755ca

RGB 21585202
HSL0.850.620.59
HSV306°60°84°
CMYK 0.000.600.06   0.16
XYZ41.933525.208358.5327
Yxy25.20830.33370.2006
Hunter Lab50.207961.2190-33.9752
CIE-Lab57.277864.7843-36.2798

#d755ca color RGB value is (215,85,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01010101 11001010
Octal 327 125 312
Decimal 215 85 202
Hex D7 55 CA

RGB Percentages of Color #d755ca

%42.83
%16.93
%40.24

CMYK Percentages of Color #d755ca

%0
%60
%6
%16

Triadic Colors of #d755ca

#d755ca #cad755 #55cad7

Analogous Colors of #d755ca

#d755ca #d75589 #a355d7

Monochromatic Colors of #d755ca

#d755ca

Complementary Color

#d755ca #55d762

#d755ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d755ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d755ca Color CSS Codes

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

#d755ca Text Font Color

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

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


#d755ca Background Color

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

This div background color is #d755ca


#d755ca Border Color

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

This div border color is #d755ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d755ca


Comments

No comments written yet.

Please login to write comment.