Color Hex Logo

#d64366 Color Hex

#D64366
(214,67,102)
0 Favorites   0 Comments

Color spaces of #d64366

RGB 21467102
HSL0.960.640.55
HSV346°69°84°
CMYK 0.000.690.52   0.16
XYZ32.137019.269814.5960
Yxy19.26980.48690.2920
Hunter Lab43.897453.858311.0141
CIE-Lab51.001459.532113.1617

#d64366 color RGB value is (214,67,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01000011 01100110
Octal 326 103 146
Decimal 214 67 102
Hex D6 43 66

RGB Percentages of Color #d64366

%55.87
%17.49
%26.63

CMYK Percentages of Color #d64366

%0
%69
%52
%16

Triadic Colors of #d64366

#d64366 #66d643 #4366d6

Analogous Colors of #d64366

#d64366 #d66a43 #d643b0

Monochromatic Colors of #d64366

#d64366

Complementary Color

#d64366 #43d6b3

#d64366 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d64366 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d64366 Color CSS Codes

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

#d64366 Text Font Color

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

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


#d64366 Background Color

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

This div background color is #d64366


#d64366 Border Color

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

This div border color is #d64366


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d64366


Comments

No comments written yet.

Please login to write comment.