Color Hex Logo

#d764eb Color Hex

#D764EB
(215,100,235)
0 Favorites   0 Comments

Color spaces of #d764eb

RGB 215100235
HSL0.810.770.66
HSV291°57°92°
CMYK 0.090.570.00   0.08
XYZ47.576929.559681.7953
Yxy29.55960.29940.1860
Hunter Lab54.368761.0562-51.1410
CIE-Lab61.272463.9283-48.5825

#d764eb color RGB value is (215,100,235).

#d764eb hex color red value is 215, green value is 100 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d764eb hue: 0.81 , saturation: 0.77 and the lightness value of d764eb is 0.66.

The process color (four color CMYK) of #d764eb color hex is 0.09, 0.57, 0.00, 0.08. Web safe color of #d764eb is #cc66ff. Color #d764eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01100100 11101011
Octal 327 144 353
Decimal 215 100 235
Hex D7 64 EB

RGB Percentages of Color #d764eb

%39.09
%18.18
%42.73

CMYK Percentages of Color #d764eb

%9
%57
%0
%8

Triadic Colors of #d764eb

#d764eb #ebd764 #64ebd7

Analogous Colors of #d764eb

#d764eb #eb64bc #9464eb

Monochromatic Colors of #d764eb

#d764eb

Complementary Color

#d764eb #78eb64

#d764eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d764eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d764eb Color CSS Codes

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

#d764eb Text Font Color

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

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


#d764eb Background Color

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

This div background color is #d764eb


#d764eb Border Color

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

This div border color is #d764eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d764eb


Comments

No comments written yet.

Please login to write comment.