Color Hex Logo

#d046ea Color Hex

#D046EA
(208,70,234)
0 Favorites   0 Comments

Color spaces of #d046ea

RGB 20870234
HSL0.810.800.60
HSV290°70°92°
CMYK 0.110.700.00   0.08
XYZ43.053923.730780.1532
Yxy23.73070.29300.1615
Hunter Lab48.714272.5097-63.4545
CIE-Lab55.817274.4405-56.7631

#d046ea color RGB value is (208,70,234).

#d046ea hex color red value is 208, green value is 70 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d046ea hue: 0.81 , saturation: 0.80 and the lightness value of d046ea is 0.60.

The process color (four color CMYK) of #d046ea color hex is 0.11, 0.70, 0.00, 0.08. Web safe color of #d046ea is #cc33ff. Color #d046ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01000110 11101010
Octal 320 106 352
Decimal 208 70 234
Hex D0 46 EA

RGB Percentages of Color #d046ea

%40.63
%13.67
%45.70

CMYK Percentages of Color #d046ea

%11
%70
%0
%8

Triadic Colors of #d046ea

#d046ea #ead046 #46ead0

Analogous Colors of #d046ea

#d046ea #ea46b2 #7e46ea

Monochromatic Colors of #d046ea

#d046ea

Complementary Color

#d046ea #60ea46

#d046ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d046ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d046ea Color CSS Codes

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

#d046ea Text Font Color

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

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


#d046ea Background Color

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

This div background color is #d046ea


#d046ea Border Color

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

This div border color is #d046ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d046ea


Comments

No comments written yet.

Please login to write comment.