Color Hex Logo

#d196fe Color Hex

#D196FE
(209,150,254)
0 Favorites   0 Comments

Color spaces of #d196fe

RGB 209150254
HSL0.760.980.79
HSV274°41°100°
CMYK 0.180.410.00   0.00
XYZ55.090242.523899.0703
Yxy42.52380.28010.2162
Hunter Lab65.210336.6803-44.4288
CIE-Lab71.230640.8903-43.4043

#d196fe color RGB value is (209,150,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10010110 11111110
Octal 321 226 376
Decimal 209 150 254
Hex D1 96 FE

RGB Percentages of Color #d196fe

%34.09
%24.47
%41.44

CMYK Percentages of Color #d196fe

%18
%41
%0
%0

Triadic Colors of #d196fe

#d196fe #fed196 #96fed1

Analogous Colors of #d196fe

#d196fe #fe96f7 #9d96fe

Monochromatic Colors of #d196fe

#d196fe

Complementary Color

#d196fe #c3fe96

#d196fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d196fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d196fe Color CSS Codes

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

#d196fe Text Font Color

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

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


#d196fe Background Color

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

This div background color is #d196fe


#d196fe Border Color

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

This div border color is #d196fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d196fe


Comments

No comments written yet.

Please login to write comment.