Color Hex Logo

#d44268 Color Hex

#D44268
(212,66,104)
0 Favorites   0 Comments

Color spaces of #d44268

RGB 21266104
HSL0.960.630.55
HSV344°69°83°
CMYK 0.000.690.51   0.17
XYZ31.598318.893015.0780
Yxy18.89300.48190.2881
Hunter Lab43.466153.69759.8591
CIE-Lab50.561859.469611.2893

#d44268 color RGB value is (212,66,104).

#d44268 hex color red value is 212, green value is 66 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #d44268 hue: 0.96 , saturation: 0.63 and the lightness value of d44268 is 0.55.

The process color (four color CMYK) of #d44268 color hex is 0.00, 0.69, 0.51, 0.17. Web safe color of #d44268 is #cc3366. Color #d44268 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01000010 01101000
Octal 324 102 150
Decimal 212 66 104
Hex D4 42 68

RGB Percentages of Color #d44268

%55.50
%17.28
%27.23

CMYK Percentages of Color #d44268

%0
%69
%51
%17

Triadic Colors of #d44268

#d44268 #68d442 #4268d4

Analogous Colors of #d44268

#d44268 #d46542 #d442b1

Monochromatic Colors of #d44268

#d44268

Complementary Color

#d44268 #42d4ae

#d44268 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d44268 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d44268 Color CSS Codes

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

#d44268 Text Font Color

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

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


#d44268 Background Color

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

This div background color is #d44268


#d44268 Border Color

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

This div border color is #d44268


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d44268


Comments

No comments written yet.

Please login to write comment.