Color Hex Logo

#d64377 Color Hex

#D64377
(214,67,119)
0 Favorites   0 Comments

Color spaces of #d64377

RGB 21467119
HSL0.940.640.55
HSV339°69°84°
CMYK 0.000.690.44   0.16
XYZ33.068519.642419.5012
Yxy19.64240.45790.2720
Hunter Lab44.319755.62554.9355
CIE-Lab51.430561.01613.5231

#d64377 color RGB value is (214,67,119).

#d64377 hex color red value is 214, green value is 67 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #d64377 hue: 0.94 , saturation: 0.64 and the lightness value of d64377 is 0.55.

The process color (four color CMYK) of #d64377 color hex is 0.00, 0.69, 0.44, 0.16. Web safe color of #d64377 is #cc3366. Color #d64377 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01000011 01110111
Octal 326 103 167
Decimal 214 67 119
Hex D6 43 77

RGB Percentages of Color #d64377

%53.50
%16.75
%29.75

CMYK Percentages of Color #d64377

%0
%69
%44
%16

Triadic Colors of #d64377

#d64377 #77d643 #4377d6

Analogous Colors of #d64377

#d64377 #d65943 #d643c1

Monochromatic Colors of #d64377

#d64377

Complementary Color

#d64377 #43d6a2

#d64377 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d64377 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d64377 Color CSS Codes

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

#d64377 Text Font Color

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

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


#d64377 Background Color

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

This div background color is #d64377


#d64377 Border Color

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

This div border color is #d64377


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d64377


Comments

No comments written yet.

Please login to write comment.