Color Hex Logo

#d83735 Color Hex

#D83735
(216,55,53)
0 Favorites   0 Comments

Color spaces of #d83735

RGB 2165553
HSL0.000.680.53
HSV75°85°
CMYK 0.000.750.75   0.15
XYZ30.327717.58835.1646
Yxy17.58830.57140.3314
Hunter Lab41.938455.689822.0555
CIE-Lab48.992961.525739.6595

#d83735 color RGB value is (216,55,53).

#d83735 hex color red value is 216, green value is 55 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #d83735 hue: 0.00 , saturation: 0.68 and the lightness value of d83735 is 0.53.

The process color (four color CMYK) of #d83735 color hex is 0.00, 0.75, 0.75, 0.15. Web safe color of #d83735 is #cc3333. Color #d83735 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00110111 00110101
Octal 330 67 65
Decimal 216 55 53
Hex D8 37 35

RGB Percentages of Color #d83735

%66.67
%16.98
%16.36

CMYK Percentages of Color #d83735

%0
%75
%75
%15

Triadic Colors of #d83735

#d83735 #35d837 #3735d8

Analogous Colors of #d83735

#d83735 #d88935 #d83585

Monochromatic Colors of #d83735

#d83735

Complementary Color

#d83735 #35d6d8

#d83735 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d83735 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d83735 Color CSS Codes

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

#d83735 Text Font Color

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

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


#d83735 Background Color

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

This div background color is #d83735


#d83735 Border Color

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

This div border color is #d83735


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(216,55,53, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d83735; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d83735;
  -webkit-box-shadow: 1px 1px 3px 2px #d83735;
  box-shadow:         1px 1px 3px 2px #d83735; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,55,53, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d83735


Comments

No comments written yet.

Please login to write comment.