Color Hex Logo

#d26c55 Color Hex

#D26C55
(210,108,85)
0 Favorites   0 Comments

Color spaces of #d26c55

RGB 21010885
HSL0.030.580.58
HSV11°60°82°
CMYK 0.000.490.60   0.18
XYZ33.580625.082611.6659
Yxy25.08260.47750.3566
Hunter Lab50.082532.040821.2471
CIE-Lab57.155838.143931.1397

#d26c55 color RGB value is (210,108,85).

#d26c55 hex color red value is 210, green value is 108 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #d26c55 hue: 0.03 , saturation: 0.58 and the lightness value of d26c55 is 0.58.

The process color (four color CMYK) of #d26c55 color hex is 0.00, 0.49, 0.60, 0.18. Web safe color of #d26c55 is #cc6666. Color #d26c55 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01101100 01010101
Octal 322 154 125
Decimal 210 108 85
Hex D2 6C 55

RGB Percentages of Color #d26c55

%52.11
%26.80
%21.09

CMYK Percentages of Color #d26c55

%0
%49
%60
%18

Triadic Colors of #d26c55

#d26c55 #55d26c #6c55d2

Analogous Colors of #d26c55

#d26c55 #d2ab55 #d2557d

Monochromatic Colors of #d26c55

#d26c55

Complementary Color

#d26c55 #55bbd2

#d26c55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d26c55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d26c55 Color CSS Codes

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

#d26c55 Text Font Color

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

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


#d26c55 Background Color

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

This div background color is #d26c55


#d26c55 Border Color

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

This div border color is #d26c55


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(210,108,85, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d26c55; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d26c55;
  -webkit-box-shadow: 1px 1px 3px 2px #d26c55;
  box-shadow:         1px 1px 3px 2px #d26c55; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,108,85, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d26c55


Comments

No comments written yet.

Please login to write comment.