Color Hex Logo

#d4665f Color Hex

#D4665F
(212,102,95)
0 Favorites   0 Comments

Color spaces of #d4665f

RGB 21210295
HSL0.010.580.60
HSV55°83°
CMYK 0.000.520.55   0.17
XYZ33.968324.326013.7315
Yxy24.32600.47160.3377
Hunter Lab49.321436.622918.0181
CIE-Lab56.412742.701924.5538

#d4665f color RGB value is (212,102,95).

#d4665f hex color red value is 212, green value is 102 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #d4665f hue: 0.01 , saturation: 0.58 and the lightness value of d4665f is 0.60.

The process color (four color CMYK) of #d4665f color hex is 0.00, 0.52, 0.55, 0.17. Web safe color of #d4665f is #cc6666. Color #d4665f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01100110 01011111
Octal 324 146 137
Decimal 212 102 95
Hex D4 66 5F

RGB Percentages of Color #d4665f

%51.83
%24.94
%23.23

CMYK Percentages of Color #d4665f

%0
%52
%55
%17

Triadic Colors of #d4665f

#d4665f #5fd466 #665fd4

Analogous Colors of #d4665f

#d4665f #d4a15f #d45f93

Monochromatic Colors of #d4665f

#d4665f

Complementary Color

#d4665f #5fcdd4

#d4665f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4665f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4665f Color CSS Codes

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

#d4665f Text Font Color

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

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


#d4665f Background Color

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

This div background color is #d4665f


#d4665f Border Color

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

This div border color is #d4665f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4665f


Comments

No comments written yet.

Please login to write comment.