Color Hex Logo

#d3124e Color Hex

#D3124E
(211,18,78)
0 Favorites   0 Comments

Color spaces of #d3124e

RGB 2111878
HSL0.950.840.45
HSV341°91°83°
CMYK 0.000.910.63   0.17
XYZ28.455414.83168.5707
Yxy14.83160.54870.2860
Hunter Lab38.511864.493413.7634
CIE-Lab45.402769.819920.1533

#d3124e color RGB value is (211,18,78).

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

The process color (four color CMYK) of #d3124e color hex is 0.00, 0.91, 0.63, 0.17. Web safe color of #d3124e is #cc0066. Color #d3124e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00010010 01001110
Octal 323 22 116
Decimal 211 18 78
Hex D3 12 4E

RGB Percentages of Color #d3124e

%68.73
%5.86
%25.41

CMYK Percentages of Color #d3124e

%0
%91
%63
%17

Triadic Colors of #d3124e

#d3124e #4ed312 #124ed3

Analogous Colors of #d3124e

#d3124e #d33712 #d312af

Monochromatic Colors of #d3124e

#d3124e

Complementary Color

#d3124e #12d397

#d3124e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3124e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3124e Color CSS Codes

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

#d3124e Text Font Color

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

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


#d3124e Background Color

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

This div background color is #d3124e


#d3124e Border Color

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

This div border color is #d3124e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,18,78, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3124e


Comments

No comments written yet.

Please login to write comment.