Color Hex Logo

#d765ce Color Hex

#D765CE
(215,101,206)
0 Favorites   0 Comments

Color spaces of #d765ce

RGB 215101206
HSL0.850.590.62
HSV305°53°84°
CMYK 0.000.530.04   0.16
XYZ43.818628.210761.5282
Yxy28.21070.32810.2112
Hunter Lab53.113754.3126-31.5033
CIE-Lab60.078658.3322-34.1789

#d765ce color RGB value is (215,101,206).

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

The process color (four color CMYK) of #d765ce color hex is 0.00, 0.53, 0.04, 0.16. Web safe color of #d765ce is #cc66cc. Color #d765ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01100101 11001110
Octal 327 145 316
Decimal 215 101 206
Hex D7 65 CE

RGB Percentages of Color #d765ce

%41.19
%19.35
%39.46

CMYK Percentages of Color #d765ce

%0
%53
%4
%16

Triadic Colors of #d765ce

#d765ce #ced765 #65ced7

Analogous Colors of #d765ce

#d765ce #d76595 #a765d7

Monochromatic Colors of #d765ce

#d765ce

Complementary Color

#d765ce #65d76e

#d765ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d765ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d765ce Color CSS Codes

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

#d765ce Text Font Color

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

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


#d765ce Background Color

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

This div background color is #d765ce


#d765ce Border Color

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

This div border color is #d765ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d765ce


Comments

No comments written yet.

Please login to write comment.