Color Hex Logo

#d449fe Color Hex

#D449FE
(212,73,254)
0 Favorites   0 Comments

Color spaces of #d449fe

RGB 21273254
HSL0.790.990.64
HSV286°71°100°
CMYK 0.170.710.00   0.00
XYZ47.423325.917996.2691
Yxy25.91790.27960.1528
Hunter Lab50.909677.1844-76.4795
CIE-Lab57.959077.7822-64.4421

#d449fe color RGB value is (212,73,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01001001 11111110
Octal 324 111 376
Decimal 212 73 254
Hex D4 49 FE

RGB Percentages of Color #d449fe

%39.33
%13.54
%47.12

CMYK Percentages of Color #d449fe

%17
%71
%0
%0

Triadic Colors of #d449fe

#d449fe #fed449 #49fed4

Analogous Colors of #d449fe

#d449fe #fe49ce #7a49fe

Monochromatic Colors of #d449fe

#d449fe

Complementary Color

#d449fe #73fe49

#d449fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d449fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d449fe Color CSS Codes

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

#d449fe Text Font Color

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

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


#d449fe Background Color

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

This div background color is #d449fe


#d449fe Border Color

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

This div border color is #d449fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d449fe


Comments

No comments written yet.

Please login to write comment.