Color Hex Logo

#d35260 Color Hex

#D35260
(211,82,96)
0 Favorites   0 Comments

Color spaces of #d35260

RGB 2118296
HSL0.980.590.57
HSV353°61°83°
CMYK 0.000.610.55   0.17
XYZ31.992620.728013.3810
Yxy20.72800.48400.3136
Hunter Lab45.528045.758214.4439
CIE-Lab52.650551.901318.9279

#d35260 color RGB value is (211,82,96).

#d35260 hex color red value is 211, green value is 82 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #d35260 hue: 0.98 , saturation: 0.59 and the lightness value of d35260 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01010010 01100000
Octal 323 122 140
Decimal 211 82 96
Hex D3 52 60

RGB Percentages of Color #d35260

%54.24
%21.08
%24.68

CMYK Percentages of Color #d35260

%0
%61
%55
%17

Triadic Colors of #d35260

#d35260 #60d352 #5260d3

Analogous Colors of #d35260

#d35260 #d38552 #d352a1

Monochromatic Colors of #d35260

#d35260

Complementary Color

#d35260 #52d3c5

#d35260 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d35260 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d35260 Color CSS Codes

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

#d35260 Text Font Color

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

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


#d35260 Background Color

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

This div background color is #d35260


#d35260 Border Color

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

This div border color is #d35260


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(211,82,96, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d35260; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d35260;
  -webkit-box-shadow: 1px 1px 3px 2px #d35260;
  box-shadow:         1px 1px 3px 2px #d35260; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,82,96, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d35260


Comments

No comments written yet.

Please login to write comment.