Color Hex Logo

#d4288b Color Hex

#D4288B
(212,40,139)
0 Favorites   0 Comments

Color spaces of #d4288b

RGB 21240139
HSL0.900.680.49
HSV325°81°83°
CMYK 0.000.810.34   0.17
XYZ32.570417.378726.0639
Yxy17.37870.42850.2286
Hunter Lab41.687866.5074-7.8877
CIE-Lab48.733770.8655-12.5715

#d4288b color RGB value is (212,40,139).

#d4288b hex color red value is 212, green value is 40 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #d4288b hue: 0.90 , saturation: 0.68 and the lightness value of d4288b is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00101000 10001011
Octal 324 50 213
Decimal 212 40 139
Hex D4 28 8B

RGB Percentages of Color #d4288b

%54.22
%10.23
%35.55

CMYK Percentages of Color #d4288b

%0
%81
%34
%17

Triadic Colors of #d4288b

#d4288b #8bd428 #288bd4

Analogous Colors of #d4288b

#d4288b #d42835 #c728d4

Monochromatic Colors of #d4288b

#d4288b

Complementary Color

#d4288b #28d471

#d4288b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4288b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4288b Color CSS Codes

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

#d4288b Text Font Color

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

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


#d4288b Background Color

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

This div background color is #d4288b


#d4288b Border Color

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

This div border color is #d4288b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4288b


Comments

No comments written yet.

Please login to write comment.