Color Hex Logo

#d786fb Color Hex

#D786FB
(215,134,251)
0 Favorites   0 Comments

Color spaces of #d786fb

RGB 215134251
HSL0.780.940.75
HSV282°47°98°
CMYK 0.140.470.00   0.02
XYZ53.962038.462395.8466
Yxy38.46230.28660.2043
Hunter Lab62.018046.7818-48.2180
CIE-Lab68.360050.3981-46.2283

#d786fb color RGB value is (215,134,251).

#d786fb hex color red value is 215, green value is 134 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #d786fb hue: 0.78 , saturation: 0.94 and the lightness value of d786fb is 0.75.

The process color (four color CMYK) of #d786fb color hex is 0.14, 0.47, 0.00, 0.02. Web safe color of #d786fb is #cc99ff. Color #d786fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10000110 11111011
Octal 327 206 373
Decimal 215 134 251
Hex D7 86 FB

RGB Percentages of Color #d786fb

%35.83
%22.33
%41.83

CMYK Percentages of Color #d786fb

%14
%47
%0
%2

Triadic Colors of #d786fb

#d786fb #fbd786 #86fbd7

Analogous Colors of #d786fb

#d786fb #fb86e5 #9d86fb

Monochromatic Colors of #d786fb

#d786fb

Complementary Color

#d786fb #aafb86

#d786fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d786fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d786fb Color CSS Codes

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

#d786fb Text Font Color

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

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


#d786fb Background Color

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

This div background color is #d786fb


#d786fb Border Color

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

This div border color is #d786fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d786fb

Related Colors


Comments

No comments written yet.

Please login to write comment.