Color Hex Logo

#d766de Color Hex

#D766DE
(215,102,222)
0 Favorites   0 Comments

Color spaces of #d766de

RGB 215102222
HSL0.820.650.64
HSV297°54°87°
CMYK 0.030.540.00   0.13
XYZ45.960529.223772.3256
Yxy29.22370.31160.1981
Hunter Lab54.058957.1562-41.4830
CIE-Lab60.978560.6469-41.7831

#d766de color RGB value is (215,102,222).

#d766de hex color red value is 215, green value is 102 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d766de hue: 0.82 , saturation: 0.65 and the lightness value of d766de is 0.64.

The process color (four color CMYK) of #d766de color hex is 0.03, 0.54, 0.00, 0.13. Web safe color of #d766de is #cc66cc. Color #d766de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01100110 11011110
Octal 327 146 336
Decimal 215 102 222
Hex D7 66 DE

RGB Percentages of Color #d766de

%39.89
%18.92
%41.19

CMYK Percentages of Color #d766de

%3
%54
%0
%13

Triadic Colors of #d766de

#d766de #ded766 #66ded7

Analogous Colors of #d766de

#d766de #de66a9 #9b66de

Monochromatic Colors of #d766de

#d766de

Complementary Color

#d766de #6dde66

#d766de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d766de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d766de Color CSS Codes

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

#d766de Text Font Color

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

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


#d766de Background Color

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

This div background color is #d766de


#d766de Border Color

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

This div border color is #d766de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d766de


Comments

No comments written yet.

Please login to write comment.