Color Hex Logo

#d93953 Color Hex

#D93953
(217,57,83)
0 Favorites   0 Comments

Color spaces of #d93953

RGB 2175783
HSL0.970.680.54
HSV350°74°85°
CMYK 0.000.740.62   0.15
XYZ31.639718.302510.0488
Yxy18.30250.52740.3051
Hunter Lab42.781457.145116.0205
CIE-Lab49.861062.641623.1715

#d93953 color RGB value is (217,57,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 00111001 01010011
Octal 331 71 123
Decimal 217 57 83
Hex D9 39 53

RGB Percentages of Color #d93953

%60.78
%15.97
%23.25

CMYK Percentages of Color #d93953

%0
%74
%62
%15

Triadic Colors of #d93953

#d93953 #53d939 #3953d9

Analogous Colors of #d93953

#d93953 #d96f39 #d939a3

Monochromatic Colors of #d93953

#d93953

Complementary Color

#d93953 #39d9bf

#d93953 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d93953 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d93953 Color CSS Codes

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

#d93953 Text Font Color

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

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


#d93953 Background Color

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

This div background color is #d93953


#d93953 Border Color

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

This div border color is #d93953


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,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 #d93953">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d93953


Comments

No comments written yet.

Please login to write comment.