Color Hex Logo

#d764de Color Hex

#D764DE
(215,100,222)
0 Favorites   0 Comments

Color spaces of #d764de

RGB 215100222
HSL0.820.650.63
HSV297°55°87°
CMYK 0.030.550.00   0.13
XYZ45.766328.835372.2609
Yxy28.83530.31160.1963
Hunter Lab53.698558.1600-42.1963
CIE-Lab60.636061.5699-42.3217

#d764de color RGB value is (215,100,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01100100 11011110
Octal 327 144 336
Decimal 215 100 222
Hex D7 64 DE

RGB Percentages of Color #d764de

%40.04
%18.62
%41.34

CMYK Percentages of Color #d764de

%3
%55
%0
%13

Triadic Colors of #d764de

#d764de #ded764 #64ded7

Analogous Colors of #d764de

#d764de #de64a8 #9a64de

Monochromatic Colors of #d764de

#d764de

Complementary Color

#d764de #6bde64

#d764de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d764de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d764de Color CSS Codes

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

#d764de Text Font Color

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

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


#d764de Background Color

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

This div background color is #d764de


#d764de Border Color

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

This div border color is #d764de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,100,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 #d764de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d764de


Comments

No comments written yet.

Please login to write comment.