Color Hex Logo

#d55353 Color Hex

#D55353
(213,83,83)
0 Favorites   0 Comments

Color spaces of #d55353

RGB 2138383
HSL0.000.610.58
HSV61°84°
CMYK 0.000.610.61   0.16
XYZ32.095220.957210.5372
Yxy20.95720.50470.3296
Hunter Lab45.779045.031218.3982
CIE-Lab52.902651.186026.9746

#d55353 color RGB value is (213,83,83).

#d55353 hex color red value is 213, green value is 83 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #d55353 hue: 0.00 , saturation: 0.61 and the lightness value of d55353 is 0.58.

The process color (four color CMYK) of #d55353 color hex is 0.00, 0.61, 0.61, 0.16. Web safe color of #d55353 is #cc6666. Color #d55353 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01010011 01010011
Octal 325 123 123
Decimal 213 83 83
Hex D5 53 53

RGB Percentages of Color #d55353

%56.20
%21.90
%21.90

CMYK Percentages of Color #d55353

%0
%61
%61
%16

Triadic Colors of #d55353

#d55353 #53d553 #5353d5

Analogous Colors of #d55353

#d55353 #d59453 #d55394

Monochromatic Colors of #d55353

#d55353

Complementary Color

#d55353 #53d5d5

#d55353 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d55353 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d55353 Color CSS Codes

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

#d55353 Text Font Color

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

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


#d55353 Background Color

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

This div background color is #d55353


#d55353 Border Color

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

This div border color is #d55353


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d55353


Comments

No comments written yet.

Please login to write comment.