Color Hex Logo

#d6375c Color Hex

#D6375C
(214,55,92)
0 Favorites   0 Comments

Color spaces of #d6375c

RGB 2145592
HSL0.960.660.53
HSV346°74°84°
CMYK 0.000.740.57   0.16
XYZ31.029517.801211.9258
Yxy17.80120.51070.2930
Hunter Lab42.191557.441812.7752
CIE-Lab49.254163.015316.8157

#d6375c color RGB value is (214,55,92).

#d6375c hex color red value is 214, green value is 55 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #d6375c hue: 0.96 , saturation: 0.66 and the lightness value of d6375c is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00110111 01011100
Octal 326 67 134
Decimal 214 55 92
Hex D6 37 5C

RGB Percentages of Color #d6375c

%59.28
%15.24
%25.48

CMYK Percentages of Color #d6375c

%0
%74
%57
%16

Triadic Colors of #d6375c

#d6375c #5cd637 #375cd6

Analogous Colors of #d6375c

#d6375c #d66137 #d637ac

Monochromatic Colors of #d6375c

#d6375c

Complementary Color

#d6375c #37d6b1

#d6375c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6375c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6375c Color CSS Codes

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

#d6375c Text Font Color

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

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


#d6375c Background Color

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

This div background color is #d6375c


#d6375c Border Color

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

This div border color is #d6375c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6375c


Comments

No comments written yet.

Please login to write comment.