Color Hex Logo

#d046fa Color Hex

#D046FA
(208,70,250)
0 Favorites   0 Comments

Color spaces of #d046fa

RGB 20870250
HSL0.790.950.63
HSV286°72°98°
CMYK 0.170.720.00   0.02
XYZ45.457924.692392.8127
Yxy24.69230.27890.1515
Hunter Lab49.691376.3329-75.9570
CIE-Lab56.774477.3325-64.1593

#d046fa color RGB value is (208,70,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01000110 11111010
Octal 320 106 372
Decimal 208 70 250
Hex D0 46 FA

RGB Percentages of Color #d046fa

%39.39
%13.26
%47.35

CMYK Percentages of Color #d046fa

%17
%72
%0
%2

Triadic Colors of #d046fa

#d046fa #fad046 #46fad0

Analogous Colors of #d046fa

#d046fa #fa46ca #7646fa

Monochromatic Colors of #d046fa

#d046fa

Complementary Color

#d046fa #70fa46

#d046fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d046fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d046fa Color CSS Codes

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

#d046fa Text Font Color

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

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


#d046fa Background Color

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

This div background color is #d046fa


#d046fa Border Color

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

This div border color is #d046fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,70,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d046fa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d046fa

Related Colors


Comments

No comments written yet.

Please login to write comment.