Color Hex Logo

#d190fc Color Hex

#D190FC
(209,144,252)
0 Favorites   0 Comments

Color spaces of #d190fc

RGB 209144252
HSL0.770.950.78
HSV276°43°99°
CMYK 0.170.430.00   0.01
XYZ53.838440.530197.0810
Yxy40.53010.28120.2117
Hunter Lab63.663339.5422-45.8479
CIE-Lab69.845443.6788-44.4865

#d190fc color RGB value is (209,144,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10010000 11111100
Octal 321 220 374
Decimal 209 144 252
Hex D1 90 FC

RGB Percentages of Color #d190fc

%34.55
%23.80
%41.65

CMYK Percentages of Color #d190fc

%17
%43
%0
%1

Triadic Colors of #d190fc

#d190fc #fcd190 #90fcd1

Analogous Colors of #d190fc

#d190fc #fc90f1 #9b90fc

Monochromatic Colors of #d190fc

#d190fc

Complementary Color

#d190fc #bbfc90

#d190fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d190fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d190fc Color CSS Codes

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

#d190fc Text Font Color

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

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


#d190fc Background Color

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

This div background color is #d190fc


#d190fc Border Color

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

This div border color is #d190fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d190fc


Comments

No comments written yet.

Please login to write comment.