Color Hex Logo

#d83862 Color Hex

#D83862
(216,56,98)
0 Favorites   0 Comments

Color spaces of #d83862

RGB 2165698
HSL0.960.670.53
HSV344°74°85°
CMYK 0.000.740.55   0.15
XYZ31.937718.309113.4060
Yxy18.30910.50170.2876
Hunter Lab42.789158.351011.3766
CIE-Lab49.868963.692014.0701

#d83862 color RGB value is (216,56,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00111000 01100010
Octal 330 70 142
Decimal 216 56 98
Hex D8 38 62

RGB Percentages of Color #d83862

%58.38
%15.14
%26.49

CMYK Percentages of Color #d83862

%0
%74
%55
%15

Triadic Colors of #d83862

#d83862 #62d838 #3862d8

Analogous Colors of #d83862

#d83862 #d85e38 #d838b2

Monochromatic Colors of #d83862

#d83862

Complementary Color

#d83862 #38d8ae

#d83862 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d83862 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d83862 Color CSS Codes

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

#d83862 Text Font Color

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

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


#d83862 Background Color

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

This div background color is #d83862


#d83862 Border Color

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

This div border color is #d83862


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d83862


Comments

No comments written yet.

Please login to write comment.