Color Hex Logo

#d046fe Color Hex

#D046FE
(208,70,254)
0 Favorites   0 Comments

Color spaces of #d046fe

RGB 20870254
HSL0.790.990.64
HSV285°72°100°
CMYK 0.180.720.00   0.00
XYZ46.092024.946096.1517
Yxy24.94600.27570.1492
Hunter Lab49.946077.3210-79.1778
CIE-Lab57.022878.0716-65.9783

#d046fe color RGB value is (208,70,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01000110 11111110
Octal 320 106 376
Decimal 208 70 254
Hex D0 46 FE

RGB Percentages of Color #d046fe

%39.10
%13.16
%47.74

CMYK Percentages of Color #d046fe

%18
%72
%0
%0

Triadic Colors of #d046fe

#d046fe #fed046 #46fed0

Analogous Colors of #d046fe

#d046fe #fe46d0 #7446fe

Monochromatic Colors of #d046fe

#d046fe

Complementary Color

#d046fe #74fe46

#d046fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d046fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d046fe Color CSS Codes

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

#d046fe Text Font Color

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

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


#d046fe Background Color

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

This div background color is #d046fe


#d046fe Border Color

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

This div border color is #d046fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d046fe


Comments

No comments written yet.

Please login to write comment.