Color Hex Logo

#d044fe Color Hex

#D044FE
(208,68,254)
0 Favorites   0 Comments

Color spaces of #d044fe

RGB 20868254
HSL0.790.990.63
HSV285°73°100°
CMYK 0.180.730.00   0.00
XYZ45.968924.699996.1107
Yxy24.69990.27560.1481
Hunter Lab49.699078.1297-79.8690
CIE-Lab56.781878.7601-66.3665

#d044fe color RGB value is (208,68,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01000100 11111110
Octal 320 104 376
Decimal 208 68 254
Hex D0 44 FE

RGB Percentages of Color #d044fe

%39.25
%12.83
%47.92

CMYK Percentages of Color #d044fe

%18
%73
%0
%0

Triadic Colors of #d044fe

#d044fe #fed044 #44fed0

Analogous Colors of #d044fe

#d044fe #fe44cf #7344fe

Monochromatic Colors of #d044fe

#d044fe

Complementary Color

#d044fe #72fe44

#d044fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d044fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d044fe Color CSS Codes

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

#d044fe Text Font Color

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

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


#d044fe Background Color

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

This div background color is #d044fe


#d044fe Border Color

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

This div border color is #d044fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d044fe


Comments

No comments written yet.

Please login to write comment.