Color Hex Logo

#d4126b Color Hex

#D4126B
(212,18,107)
0 Favorites   0 Comments

Color spaces of #d4126b

RGB 21218107
HSL0.920.840.45
HSV332°92°83°
CMYK 0.000.920.50   0.17
XYZ30.021515.491215.3177
Yxy15.49120.49350.2547
Hunter Lab39.358967.27534.4767
CIE-Lab46.299871.98033.3955

#d4126b color RGB value is (212,18,107).

#d4126b hex color red value is 212, green value is 18 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #d4126b hue: 0.92 , saturation: 0.84 and the lightness value of d4126b is 0.45.

The process color (four color CMYK) of #d4126b color hex is 0.00, 0.92, 0.50, 0.17. Web safe color of #d4126b is #cc0066. Color #d4126b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00010010 01101011
Octal 324 22 153
Decimal 212 18 107
Hex D4 12 6B

RGB Percentages of Color #d4126b

%62.91
%5.34
%31.75

CMYK Percentages of Color #d4126b

%0
%92
%50
%17

Triadic Colors of #d4126b

#d4126b #6bd412 #126bd4

Analogous Colors of #d4126b

#d4126b #d41a12 #d412cc

Monochromatic Colors of #d4126b

#d4126b

Complementary Color

#d4126b #12d47b

#d4126b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4126b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4126b Color CSS Codes

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

#d4126b Text Font Color

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

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


#d4126b Background Color

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

This div background color is #d4126b


#d4126b Border Color

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

This div border color is #d4126b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,18,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 #d4126b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4126b


Comments

No comments written yet.

Please login to write comment.