Color Hex Logo

#d489fc Color Hex

#D489FC
(212,137,252)
0 Favorites   0 Comments

Color spaces of #d489fc

RGB 212137252
HSL0.780.950.76
HSV279°46°99°
CMYK 0.160.460.00   0.01
XYZ53.667738.916696.7785
Yxy38.91660.28340.2055
Hunter Lab62.383244.3915-48.3117
CIE-Lab68.690848.2180-46.2771

#d489fc color RGB value is (212,137,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10001001 11111100
Octal 324 211 374
Decimal 212 137 252
Hex D4 89 FC

RGB Percentages of Color #d489fc

%35.27
%22.80
%41.93

CMYK Percentages of Color #d489fc

%16
%46
%0
%1

Triadic Colors of #d489fc

#d489fc #fcd489 #89fcd4

Analogous Colors of #d489fc

#d489fc #fc89eb #9b89fc

Monochromatic Colors of #d489fc

#d489fc

Complementary Color

#d489fc #b1fc89

#d489fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d489fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d489fc Color CSS Codes

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

#d489fc Text Font Color

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

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


#d489fc Background Color

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

This div background color is #d489fc


#d489fc Border Color

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

This div border color is #d489fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,137,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d489fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d489fc


Comments

No comments written yet.

Please login to write comment.