Color Hex Logo

#d83953 Color Hex

#D83953
(216,57,83)
0 Favorites   0 Comments

Color spaces of #d83953

RGB 2165783
HSL0.970.670.54
HSV350°74°85°
CMYK 0.000.740.62   0.15
XYZ31.343418.149710.0349
Yxy18.14970.52650.3049
Hunter Lab42.602556.771315.8561
CIE-Lab49.677262.348722.8963

#d83953 color RGB value is (216,57,83).

#d83953 hex color red value is 216, green value is 57 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #d83953 hue: 0.97 , saturation: 0.67 and the lightness value of d83953 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00111001 01010011
Octal 330 71 123
Decimal 216 57 83
Hex D8 39 53

RGB Percentages of Color #d83953

%60.67
%16.01
%23.31

CMYK Percentages of Color #d83953

%0
%74
%62
%15

Triadic Colors of #d83953

#d83953 #53d839 #3953d8

Analogous Colors of #d83953

#d83953 #d86f39 #d839a3

Monochromatic Colors of #d83953

#d83953

Complementary Color

#d83953 #39d8be

#d83953 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d83953 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d83953 Color CSS Codes

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

#d83953 Text Font Color

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

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


#d83953 Background Color

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

This div background color is #d83953


#d83953 Border Color

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

This div border color is #d83953


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d83953


Comments

No comments written yet.

Please login to write comment.