Color Hex Logo

#d26265 Color Hex

#D26265
(210,98,101)
0 Favorites   0 Comments

Color spaces of #d26265

RGB 21098101
HSL1.000.550.60
HSV358°53°82°
CMYK 0.000.530.52   0.18
XYZ33.295023.376615.0692
Yxy23.37660.46410.3258
Hunter Lab48.349438.309815.3654
CIE-Lab55.458244.456419.7514

#d26265 color RGB value is (210,98,101).

#d26265 hex color red value is 210, green value is 98 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #d26265 hue: 1.00 , saturation: 0.55 and the lightness value of d26265 is 0.60.

The process color (four color CMYK) of #d26265 color hex is 0.00, 0.53, 0.52, 0.18. Web safe color of #d26265 is #cc6666. Color #d26265 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01100010 01100101
Octal 322 142 145
Decimal 210 98 101
Hex D2 62 65

RGB Percentages of Color #d26265

%51.34
%23.96
%24.69

CMYK Percentages of Color #d26265

%0
%53
%52
%18

Triadic Colors of #d26265

#d26265 #65d262 #6265d2

Analogous Colors of #d26265

#d26265 #d29762 #d2629d

Monochromatic Colors of #d26265

#d26265

Complementary Color

#d26265 #62d2cf

#d26265 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d26265 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d26265 Color CSS Codes

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

#d26265 Text Font Color

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

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


#d26265 Background Color

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

This div background color is #d26265


#d26265 Border Color

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

This div border color is #d26265


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d26265


Comments

No comments written yet.

Please login to write comment.