Color Hex Logo

#d487fb Color Hex

#D487FB
(212,135,251)
0 Favorites   0 Comments

Color spaces of #d487fb

RGB 212135251
HSL0.780.940.76
HSV280°46°98°
CMYK 0.160.460.00   0.02
XYZ53.227938.290095.8521
Yxy38.29000.28410.2044
Hunter Lab61.878945.2566-48.5266
CIE-Lab68.233849.0558-46.4495

#d487fb color RGB value is (212,135,251).

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

The process color (four color CMYK) of #d487fb color hex is 0.16, 0.46, 0.00, 0.02. Web safe color of #d487fb is #cc99ff. Color #d487fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10000111 11111011
Octal 324 207 373
Decimal 212 135 251
Hex D4 87 FB

RGB Percentages of Color #d487fb

%35.45
%22.58
%41.97

CMYK Percentages of Color #d487fb

%16
%46
%0
%2

Triadic Colors of #d487fb

#d487fb #fbd487 #87fbd4

Analogous Colors of #d487fb

#d487fb #fb87e8 #9a87fb

Monochromatic Colors of #d487fb

#d487fb

Complementary Color

#d487fb #aefb87

#d487fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d487fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d487fb Color CSS Codes

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

#d487fb Text Font Color

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

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


#d487fb Background Color

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

This div background color is #d487fb


#d487fb Border Color

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

This div border color is #d487fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d487fb


Comments

No comments written yet.

Please login to write comment.