Color Hex Logo

#d46ecf Color Hex

#D46ECF
(212,110,207)
0 Favorites   0 Comments

Color spaces of #d46ecf

RGB 212110207
HSL0.840.540.63
HSV303°48°83°
CMYK 0.000.480.02   0.17
XYZ43.989829.653962.4367
Yxy29.65390.32330.2179
Hunter Lab54.455448.8978-29.8611
CIE-Lab61.354453.3354-32.7890

#d46ecf color RGB value is (212,110,207).

#d46ecf hex color red value is 212, green value is 110 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #d46ecf hue: 0.84 , saturation: 0.54 and the lightness value of d46ecf is 0.63.

The process color (four color CMYK) of #d46ecf color hex is 0.00, 0.48, 0.02, 0.17. Web safe color of #d46ecf is #cc66cc. Color #d46ecf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01101110 11001111
Octal 324 156 317
Decimal 212 110 207
Hex D4 6E CF

RGB Percentages of Color #d46ecf

%40.08
%20.79
%39.13

CMYK Percentages of Color #d46ecf

%0
%48
%2
%17

Triadic Colors of #d46ecf

#d46ecf #cfd46e #6ecfd4

Analogous Colors of #d46ecf

#d46ecf #d46e9c #a66ed4

Monochromatic Colors of #d46ecf

#d46ecf

Complementary Color

#d46ecf #6ed473

#d46ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d46ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d46ecf Color CSS Codes

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

#d46ecf Text Font Color

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

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


#d46ecf Background Color

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

This div background color is #d46ecf


#d46ecf Border Color

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

This div border color is #d46ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d46ecf


Comments

No comments written yet.

Please login to write comment.