Color Hex Logo

#d761fb Color Hex

#D761FB
(215,97,251)
0 Favorites   0 Comments

Color spaces of #d761fb

RGB 21597251
HSL0.790.950.68
HSV286°61°98°
CMYK 0.140.610.00   0.02
XYZ49.711629.961594.4298
Yxy29.96150.28550.1721
Hunter Lab54.737166.3217-63.9683
CIE-Lab61.621068.2765-56.8981

#d761fb color RGB value is (215,97,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01100001 11111011
Octal 327 141 373
Decimal 215 97 251
Hex D7 61 FB

RGB Percentages of Color #d761fb

%38.19
%17.23
%44.58

CMYK Percentages of Color #d761fb

%14
%61
%0
%2

Triadic Colors of #d761fb

#d761fb #fbd761 #61fbd7

Analogous Colors of #d761fb

#d761fb #fb61d2 #8a61fb

Monochromatic Colors of #d761fb

#d761fb

Complementary Color

#d761fb #85fb61

#d761fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d761fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d761fb Color CSS Codes

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

#d761fb Text Font Color

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

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


#d761fb Background Color

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

This div background color is #d761fb


#d761fb Border Color

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

This div border color is #d761fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d761fb


Comments

No comments written yet.

Please login to write comment.