Color Hex Logo

#d4296b Color Hex

#D4296B
(212,41,107)
0 Favorites   0 Comments

Color spaces of #d4296b

RGB 21241107
HSL0.940.680.50
HSV337°81°83°
CMYK 0.000.810.50   0.17
XYZ30.598216.644515.5099
Yxy16.64450.48760.2652
Hunter Lab40.797762.47886.0183
CIE-Lab47.808967.64185.5643

#d4296b color RGB value is (212,41,107).

#d4296b hex color red value is 212, green value is 41 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #d4296b hue: 0.94 , saturation: 0.68 and the lightness value of d4296b is 0.50.

The process color (four color CMYK) of #d4296b color hex is 0.00, 0.81, 0.50, 0.17. Web safe color of #d4296b is #cc3366. Color #d4296b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00101001 01101011
Octal 324 51 153
Decimal 212 41 107
Hex D4 29 6B

RGB Percentages of Color #d4296b

%58.89
%11.39
%29.72

CMYK Percentages of Color #d4296b

%0
%81
%50
%17

Triadic Colors of #d4296b

#d4296b #6bd429 #296bd4

Analogous Colors of #d4296b

#d4296b #d43c29 #d429c1

Monochromatic Colors of #d4296b

#d4296b

Complementary Color

#d4296b #29d492

#d4296b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4296b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4296b Color CSS Codes

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

#d4296b Text Font Color

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

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


#d4296b Background Color

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

This div background color is #d4296b


#d4296b Border Color

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

This div border color is #d4296b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4296b


Comments

No comments written yet.

Please login to write comment.