Color Hex Logo

#d6378a Color Hex

#D6378A
(214,55,138)
0 Favorites   0 Comments

Color spaces of #d6378a

RGB 21455138
HSL0.910.660.53
HSV329°74°84°
CMYK 0.000.740.36   0.16
XYZ33.685218.863525.9104
Yxy18.86350.42930.2404
Hunter Lab43.432162.4352-4.9683
CIE-Lab50.527167.0824-9.2352

#d6378a color RGB value is (214,55,138).

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

The process color (four color CMYK) of #d6378a color hex is 0.00, 0.74, 0.36, 0.16. Web safe color of #d6378a is #cc3399. Color #d6378a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00110111 10001010
Octal 326 67 212
Decimal 214 55 138
Hex D6 37 8A

RGB Percentages of Color #d6378a

%52.58
%13.51
%33.91

CMYK Percentages of Color #d6378a

%0
%74
%36
%16

Triadic Colors of #d6378a

#d6378a #8ad637 #378ad6

Analogous Colors of #d6378a

#d6378a #d6373b #d337d6

Monochromatic Colors of #d6378a

#d6378a

Complementary Color

#d6378a #37d683

#d6378a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6378a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6378a Color CSS Codes

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

#d6378a Text Font Color

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

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


#d6378a Background Color

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

This div background color is #d6378a


#d6378a Border Color

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

This div border color is #d6378a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6378a


Comments

No comments written yet.

Please login to write comment.