Color Hex Logo

#d489fb Color Hex

#D489FB
(212,137,251)
0 Favorites   0 Comments

Color spaces of #d489fb

RGB 212137251
HSL0.780.930.76
HSV279°45°98°
CMYK 0.160.450.00   0.02
XYZ53.509638.853495.9460
Yxy38.85340.28420.2063
Hunter Lab62.332544.1522-47.6301
CIE-Lab68.644948.0095-45.8032

#d489fb color RGB value is (212,137,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10001001 11111011
Octal 324 211 373
Decimal 212 137 251
Hex D4 89 FB

RGB Percentages of Color #d489fb

%35.33
%22.83
%41.83

CMYK Percentages of Color #d489fb

%16
%45
%0
%2

Triadic Colors of #d489fb

#d489fb #fbd489 #89fbd4

Analogous Colors of #d489fb

#d489fb #fb89e9 #9b89fb

Monochromatic Colors of #d489fb

#d489fb

Complementary Color

#d489fb #b0fb89

#d489fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d489fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d489fb Color CSS Codes

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

#d489fb Text Font Color

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

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


#d489fb Background Color

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

This div background color is #d489fb


#d489fb Border Color

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

This div border color is #d489fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d489fb


Comments

No comments written yet.

Please login to write comment.