Color Hex Logo

#d3376c Color Hex

#D3376C
(211,55,108)
0 Favorites   0 Comments

Color spaces of #d3376c

RGB 21155108
HSL0.940.640.52
HSV340°74°83°
CMYK 0.000.740.49   0.17
XYZ30.936917.664015.9663
Yxy17.66400.47910.2736
Hunter Lab42.028657.84256.8962
CIE-Lab49.086063.39696.7515

#d3376c color RGB value is (211,55,108).

#d3376c hex color red value is 211, green value is 55 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #d3376c hue: 0.94 , saturation: 0.64 and the lightness value of d3376c is 0.52.

The process color (four color CMYK) of #d3376c color hex is 0.00, 0.74, 0.49, 0.17. Web safe color of #d3376c is #cc3366. Color #d3376c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00110111 01101100
Octal 323 67 154
Decimal 211 55 108
Hex D3 37 6C

RGB Percentages of Color #d3376c

%56.42
%14.71
%28.88

CMYK Percentages of Color #d3376c

%0
%74
%49
%17

Triadic Colors of #d3376c

#d3376c #6cd337 #376cd3

Analogous Colors of #d3376c

#d3376c #d35037 #d337ba

Monochromatic Colors of #d3376c

#d3376c

Complementary Color

#d3376c #37d39e

#d3376c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3376c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3376c Color CSS Codes

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

#d3376c Text Font Color

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

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


#d3376c Background Color

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

This div background color is #d3376c


#d3376c Border Color

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

This div border color is #d3376c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3376c


Comments

No comments written yet.

Please login to write comment.