Color Hex Logo

#d760fb Color Hex

#D760FB
(215,96,251)
0 Favorites   0 Comments

Color spaces of #d760fb

RGB 21596251
HSL0.790.950.68
HSV286°62°98°
CMYK 0.140.620.00   0.02
XYZ49.619829.777894.3992
Yxy29.77780.28550.1713
Hunter Lab54.569066.8148-64.3677
CIE-Lab61.462068.7136-57.1515

#d760fb color RGB value is (215,96,251).

#d760fb hex color red value is 215, green value is 96 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #d760fb hue: 0.79 , saturation: 0.95 and the lightness value of d760fb is 0.68.

The process color (four color CMYK) of #d760fb color hex is 0.14, 0.62, 0.00, 0.02. Web safe color of #d760fb is #cc66ff. Color #d760fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01100000 11111011
Octal 327 140 373
Decimal 215 96 251
Hex D7 60 FB

RGB Percentages of Color #d760fb

%38.26
%17.08
%44.66

CMYK Percentages of Color #d760fb

%14
%62
%0
%2

Triadic Colors of #d760fb

#d760fb #fbd760 #60fbd7

Analogous Colors of #d760fb

#d760fb #fb60d2 #8a60fb

Monochromatic Colors of #d760fb

#d760fb

Complementary Color

#d760fb #84fb60

#d760fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d760fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d760fb Color CSS Codes

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

#d760fb Text Font Color

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

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


#d760fb Background Color

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

This div background color is #d760fb


#d760fb Border Color

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

This div border color is #d760fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d760fb


Comments

No comments written yet.

Please login to write comment.