Color Hex Logo

#d7376b Color Hex

#D7376B
(215,55,107)
0 Favorites   0 Comments

Color spaces of #d7376b

RGB 21555107
HSL0.950.670.53
HSV341°74°84°
CMYK 0.000.740.50   0.16
XYZ32.044418.241015.7419
Yxy18.24100.48530.2763
Hunter Lab42.709559.18488.0435
CIE-Lab49.787164.43118.4568

#d7376b color RGB value is (215,55,107).

#d7376b hex color red value is 215, green value is 55 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #d7376b hue: 0.95 , saturation: 0.67 and the lightness value of d7376b is 0.53.

The process color (four color CMYK) of #d7376b color hex is 0.00, 0.74, 0.50, 0.16. Web safe color of #d7376b is #cc3366. Color #d7376b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00110111 01101011
Octal 327 67 153
Decimal 215 55 107
Hex D7 37 6B

RGB Percentages of Color #d7376b

%57.03
%14.59
%28.38

CMYK Percentages of Color #d7376b

%0
%74
%50
%16

Triadic Colors of #d7376b

#d7376b #6bd737 #376bd7

Analogous Colors of #d7376b

#d7376b #d75337 #d737bb

Monochromatic Colors of #d7376b

#d7376b

Complementary Color

#d7376b #37d7a3

#d7376b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7376b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7376b Color CSS Codes

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

#d7376b Text Font Color

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

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


#d7376b Background Color

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

This div background color is #d7376b


#d7376b Border Color

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

This div border color is #d7376b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7376b


Comments

No comments written yet.

Please login to write comment.