Color Hex Logo

#d782fb Color Hex

#D782FB
(215,130,251)
0 Favorites   0 Comments

Color spaces of #d782fb

RGB 215130251
HSL0.780.940.75
HSV282°48°98°
CMYK 0.140.480.00   0.02
XYZ53.419537.377495.6658
Yxy37.37740.28650.2005
Hunter Lab61.137148.9774-49.9796
CIE-Lab67.559252.4575-47.4883

#d782fb color RGB value is (215,130,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10000010 11111011
Octal 327 202 373
Decimal 215 130 251
Hex D7 82 FB

RGB Percentages of Color #d782fb

%36.07
%21.81
%42.11

CMYK Percentages of Color #d782fb

%14
%48
%0
%2

Triadic Colors of #d782fb

#d782fb #fbd782 #82fbd7

Analogous Colors of #d782fb

#d782fb #fb82e3 #9b82fb

Monochromatic Colors of #d782fb

#d782fb

Complementary Color

#d782fb #a6fb82

#d782fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d782fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d782fb Color CSS Codes

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

#d782fb Text Font Color

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

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


#d782fb Background Color

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

This div background color is #d782fb


#d782fb Border Color

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

This div border color is #d782fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d782fb

Related Colors


Comments

No comments written yet.

Please login to write comment.