Color Hex Logo

#d194ff Color Hex

#D194FF
(209,148,255)
0 Favorites   0 Comments

Color spaces of #d194ff

RGB 209148255
HSL0.761.000.79
HSV274°42°100°
CMYK 0.180.420.00   0.00
XYZ54.934441.955199.8105
Yxy41.95510.27930.2133
Hunter Lab64.772838.0352-46.0210
CIE-Lab70.840042.1806-44.5592

#d194ff color RGB value is (209,148,255).

#d194ff hex color red value is 209, green value is 148 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d194ff hue: 0.76 , saturation: 1.00 and the lightness value of d194ff is 0.79.

The process color (four color CMYK) of #d194ff color hex is 0.18, 0.42, 0.00, 0.00. Web safe color of #d194ff is #cc99ff. Color #d194ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10010100 11111111
Octal 321 224 377
Decimal 209 148 255
Hex D1 94 FF

RGB Percentages of Color #d194ff

%34.15
%24.18
%41.67

CMYK Percentages of Color #d194ff

%18
%42
%0
%0

Triadic Colors of #d194ff

#d194ff #ffd194 #94ffd1

Analogous Colors of #d194ff

#d194ff #ff94f8 #9c94ff

Monochromatic Colors of #d194ff

#d194ff

Complementary Color

#d194ff #c2ff94

#d194ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d194ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d194ff Color CSS Codes

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

#d194ff Text Font Color

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

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


#d194ff Background Color

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

This div background color is #d194ff


#d194ff Border Color

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

This div border color is #d194ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d194ff


Comments

No comments written yet.

Please login to write comment.