Color Hex Logo

#d445ab Color Hex

#D445AB
(212,69,171)
0 Favorites   0 Comments

Color spaces of #d445ab

RGB 21269171
HSL0.880.620.55
HSV317°67°83°
CMYK 0.000.670.19   0.17
XYZ36.630221.193640.6882
Yxy21.19360.37180.2151
Hunter Lab46.036561.4645-20.1764
CIE-Lab53.160765.7556-24.8138

#d445ab color RGB value is (212,69,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01000101 10101011
Octal 324 105 253
Decimal 212 69 171
Hex D4 45 AB

RGB Percentages of Color #d445ab

%46.90
%15.27
%37.83

CMYK Percentages of Color #d445ab

%0
%67
%19
%17

Triadic Colors of #d445ab

#d445ab #abd445 #45abd4

Analogous Colors of #d445ab

#d445ab #d44563 #b645d4

Monochromatic Colors of #d445ab

#d445ab

Complementary Color

#d445ab #45d46e

#d445ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d445ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d445ab Color CSS Codes

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

#d445ab Text Font Color

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

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


#d445ab Background Color

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

This div background color is #d445ab


#d445ab Border Color

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

This div border color is #d445ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d445ab


Comments

No comments written yet.

Please login to write comment.