Color Hex Logo

#d760ef Color Hex

#D760EF
(215,96,239)
0 Favorites   0 Comments

Color spaces of #d760ef

RGB 21596239
HSL0.810.820.66
HSV290°60°94°
CMYK 0.100.600.00   0.06
XYZ47.787229.044884.7489
Yxy29.04480.29570.1798
Hunter Lab53.893263.9630-55.5102
CIE-Lab60.821166.4573-51.5230

#d760ef color RGB value is (215,96,239).

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

The process color (four color CMYK) of #d760ef color hex is 0.10, 0.60, 0.00, 0.06. Web safe color of #d760ef is #cc66ff. Color #d760ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01100000 11101111
Octal 327 140 357
Decimal 215 96 239
Hex D7 60 EF

RGB Percentages of Color #d760ef

%39.09
%17.45
%43.45

CMYK Percentages of Color #d760ef

%10
%60
%0
%6

Triadic Colors of #d760ef

#d760ef #efd760 #60efd7

Analogous Colors of #d760ef

#d760ef #ef60c0 #9060ef

Monochromatic Colors of #d760ef

#d760ef

Complementary Color

#d760ef #78ef60

#d760ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d760ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d760ef Color CSS Codes

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

#d760ef Text Font Color

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

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


#d760ef Background Color

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

This div background color is #d760ef


#d760ef Border Color

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

This div border color is #d760ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d760ef


Comments

No comments written yet.

Please login to write comment.