Color Hex Logo

#d190e3 Color Hex

#D190E3
(209,144,227)
0 Favorites   0 Comments

Color spaces of #d190e3

RGB 209144227
HSL0.800.600.73
HSV287°37°89°
CMYK 0.080.370.00   0.11
XYZ50.132939.047977.5677
Yxy39.04790.30060.2342
Hunter Lab62.488333.8518-29.8558
CIE-Lab68.785938.5279-32.4401

#d190e3 color RGB value is (209,144,227).

#d190e3 hex color red value is 209, green value is 144 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #d190e3 hue: 0.80 , saturation: 0.60 and the lightness value of d190e3 is 0.73.

The process color (four color CMYK) of #d190e3 color hex is 0.08, 0.37, 0.00, 0.11. Web safe color of #d190e3 is #cc99cc. Color #d190e3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10010000 11100011
Octal 321 220 343
Decimal 209 144 227
Hex D1 90 E3

RGB Percentages of Color #d190e3

%36.03
%24.83
%39.14

CMYK Percentages of Color #d190e3

%8
%37
%0
%11

Triadic Colors of #d190e3

#d190e3 #e3d190 #90e3d1

Analogous Colors of #d190e3

#d190e3 #e390cc #a890e3

Monochromatic Colors of #d190e3

#d190e3

Complementary Color

#d190e3 #a2e390

#d190e3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d190e3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d190e3 Color CSS Codes

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

#d190e3 Text Font Color

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

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


#d190e3 Background Color

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

This div background color is #d190e3


#d190e3 Border Color

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

This div border color is #d190e3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d190e3


Comments

No comments written yet.

Please login to write comment.