Color Hex Logo

#d490fe Color Hex

#D490FE
(212,144,254)
0 Favorites   0 Comments

Color spaces of #d490fe

RGB 212144254
HSL0.770.980.78
HSV277°43°100°
CMYK 0.170.430.00   0.00
XYZ55.014041.099398.7993
Yxy41.09930.28220.2109
Hunter Lab64.108740.9869-46.4969
CIE-Lab70.245444.9442-44.9259

#d490fe color RGB value is (212,144,254).

#d490fe hex color red value is 212, green value is 144 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d490fe hue: 0.77 , saturation: 0.98 and the lightness value of d490fe is 0.78.

The process color (four color CMYK) of #d490fe color hex is 0.17, 0.43, 0.00, 0.00. Web safe color of #d490fe is #cc99ff. Color #d490fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10010000 11111110
Octal 324 220 376
Decimal 212 144 254
Hex D4 90 FE

RGB Percentages of Color #d490fe

%34.75
%23.61
%41.64

CMYK Percentages of Color #d490fe

%17
%43
%0
%0

Triadic Colors of #d490fe

#d490fe #fed490 #90fed4

Analogous Colors of #d490fe

#d490fe #fe90f1 #9d90fe

Monochromatic Colors of #d490fe

#d490fe

Complementary Color

#d490fe #bafe90

#d490fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d490fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d490fe Color CSS Codes

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

#d490fe Text Font Color

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

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


#d490fe Background Color

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

This div background color is #d490fe


#d490fe Border Color

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

This div border color is #d490fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d490fe


Comments

No comments written yet.

Please login to write comment.