Color Hex Logo

#d446af Color Hex

#D446AF
(212,70,175)
0 Favorites   0 Comments

Color spaces of #d446af

RGB 21270175
HSL0.880.620.55
HSV316°67°83°
CMYK 0.000.670.17   0.17
XYZ37.079421.472542.7477
Yxy21.47250.36600.2120
Hunter Lab46.338461.7411-22.2588
CIE-Lab53.462865.9350-26.6837

#d446af color RGB value is (212,70,175).

#d446af hex color red value is 212, green value is 70 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #d446af hue: 0.88 , saturation: 0.62 and the lightness value of d446af is 0.55.

The process color (four color CMYK) of #d446af color hex is 0.00, 0.67, 0.17, 0.17. Web safe color of #d446af is #cc3399. Color #d446af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01000110 10101111
Octal 324 106 257
Decimal 212 70 175
Hex D4 46 AF

RGB Percentages of Color #d446af

%46.39
%15.32
%38.29

CMYK Percentages of Color #d446af

%0
%67
%17
%17

Triadic Colors of #d446af

#d446af #afd446 #46afd4

Analogous Colors of #d446af

#d446af #d44668 #b246d4

Monochromatic Colors of #d446af

#d446af

Complementary Color

#d446af #46d46b

#d446af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d446af Color Preview on White Background

Lorem ipsum dolor sit amet.

#d446af Color CSS Codes

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

#d446af Text Font Color

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

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


#d446af Background Color

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

This div background color is #d446af


#d446af Border Color

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

This div border color is #d446af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d446af


Comments

No comments written yet.

Please login to write comment.