Color Hex Logo

#d83761 Color Hex

#D83761
(216,55,97)
0 Favorites   0 Comments

Color spaces of #d83761

RGB 2165597
HSL0.960.670.53
HSV344°75°85°
CMYK 0.000.750.55   0.15
XYZ31.842818.194413.1428
Yxy18.19440.50400.2880
Hunter Lab42.654958.608011.5900
CIE-Lab49.731063.941514.4879

#d83761 color RGB value is (216,55,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00110111 01100001
Octal 330 67 141
Decimal 216 55 97
Hex D8 37 61

RGB Percentages of Color #d83761

%58.70
%14.95
%26.36

CMYK Percentages of Color #d83761

%0
%75
%55
%15

Triadic Colors of #d83761

#d83761 #61d837 #3761d8

Analogous Colors of #d83761

#d83761 #d85d37 #d837b2

Monochromatic Colors of #d83761

#d83761

Complementary Color

#d83761 #37d8ae

#d83761 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d83761 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d83761 Color CSS Codes

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

#d83761 Text Font Color

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

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


#d83761 Background Color

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

This div background color is #d83761


#d83761 Border Color

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

This div border color is #d83761


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d83761


Comments

No comments written yet.

Please login to write comment.