Color Hex Logo

#d4655f Color Hex

#D4655F
(212,101,95)
0 Favorites   0 Comments

Color spaces of #d4655f

RGB 21210195
HSL0.010.580.60
HSV55°83°
CMYK 0.000.520.55   0.17
XYZ33.870624.130613.6990
Yxy24.13060.47240.3365
Hunter Lab49.122937.112017.8517
CIE-Lab56.218343.199424.2978

#d4655f color RGB value is (212,101,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01100101 01011111
Octal 324 145 137
Decimal 212 101 95
Hex D4 65 5F

RGB Percentages of Color #d4655f

%51.96
%24.75
%23.28

CMYK Percentages of Color #d4655f

%0
%52
%55
%17

Triadic Colors of #d4655f

#d4655f #5fd465 #655fd4

Analogous Colors of #d4655f

#d4655f #d4a05f #d45f94

Monochromatic Colors of #d4655f

#d4655f

Complementary Color

#d4655f #5fced4

#d4655f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4655f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4655f Color CSS Codes

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

#d4655f Text Font Color

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

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


#d4655f Background Color

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

This div background color is #d4655f


#d4655f Border Color

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

This div border color is #d4655f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,101,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 #d4655f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4655f


Comments

No comments written yet.

Please login to write comment.