Color Hex Logo

#d149fe Color Hex

#D149FE
(209,73,254)
0 Favorites   0 Comments

Color spaces of #d149fe

RGB 20973254
HSL0.790.990.64
HSV285°71°100°
CMYK 0.180.710.00   0.00
XYZ46.566425.476296.2290
Yxy25.47620.27670.1514
Hunter Lab50.474076.3516-77.7051
CIE-Lab57.536577.2004-65.1440

#d149fe color RGB value is (209,73,254).

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

The process color (four color CMYK) of #d149fe color hex is 0.18, 0.71, 0.00, 0.00. Web safe color of #d149fe is #cc33ff. Color #d149fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01001001 11111110
Octal 321 111 376
Decimal 209 73 254
Hex D1 49 FE

RGB Percentages of Color #d149fe

%38.99
%13.62
%47.39

CMYK Percentages of Color #d149fe

%18
%71
%0
%0

Triadic Colors of #d149fe

#d149fe #fed149 #49fed1

Analogous Colors of #d149fe

#d149fe #fe49d1 #7749fe

Monochromatic Colors of #d149fe

#d149fe

Complementary Color

#d149fe #76fe49

#d149fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d149fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d149fe Color CSS Codes

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

#d149fe Text Font Color

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

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


#d149fe Background Color

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

This div background color is #d149fe


#d149fe Border Color

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

This div border color is #d149fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d149fe


Comments

No comments written yet.

Please login to write comment.