Color Hex Logo

#d446ee Color Hex

#D446EE
(212,70,238)
0 Favorites   0 Comments

Color spaces of #d446ee

RGB 21270238
HSL0.810.830.60
HSV291°71°93°
CMYK 0.110.710.00   0.07
XYZ44.774224.550483.2678
Yxy24.55040.29340.1609
Hunter Lab49.548474.5913-64.9551
CIE-Lab56.634775.9643-57.6630

#d446ee color RGB value is (212,70,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01000110 11101110
Octal 324 106 356
Decimal 212 70 238
Hex D4 46 EE

RGB Percentages of Color #d446ee

%40.77
%13.46
%45.77

CMYK Percentages of Color #d446ee

%11
%71
%0
%7

Triadic Colors of #d446ee

#d446ee #eed446 #46eed4

Analogous Colors of #d446ee

#d446ee #ee46b4 #8046ee

Monochromatic Colors of #d446ee

#d446ee

Complementary Color

#d446ee #60ee46

#d446ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d446ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d446ee Color CSS Codes

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

#d446ee Text Font Color

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

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


#d446ee Background Color

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

This div background color is #d446ee


#d446ee Border Color

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

This div border color is #d446ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d446ee


Comments

No comments written yet.

Please login to write comment.