Color Hex Logo

#d53255 Color Hex

#D53255
(213,50,85)
0 Favorites   0 Comments

Color spaces of #d53255

RGB 2135085
HSL0.960.660.52
HSV347°77°84°
CMYK 0.000.770.60   0.16
XYZ30.220917.083210.2989
Yxy17.08320.52460.2966
Hunter Lab41.331858.184514.1586
CIE-Lab48.364763.831919.8480

#d53255 color RGB value is (213,50,85).

#d53255 hex color red value is 213, green value is 50 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #d53255 hue: 0.96 , saturation: 0.66 and the lightness value of d53255 is 0.52.

The process color (four color CMYK) of #d53255 color hex is 0.00, 0.77, 0.60, 0.16. Web safe color of #d53255 is #cc3366. Color #d53255 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00110010 01010101
Octal 325 62 125
Decimal 213 50 85
Hex D5 32 55

RGB Percentages of Color #d53255

%61.21
%14.37
%24.43

CMYK Percentages of Color #d53255

%0
%77
%60
%16

Triadic Colors of #d53255

#d53255 #55d532 #3255d5

Analogous Colors of #d53255

#d53255 #d56132 #d532a7

Monochromatic Colors of #d53255

#d53255

Complementary Color

#d53255 #32d5b2

#d53255 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d53255 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d53255 Color CSS Codes

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

#d53255 Text Font Color

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

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


#d53255 Background Color

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

This div background color is #d53255


#d53255 Border Color

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

This div border color is #d53255


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,50,85, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d53255


Comments

No comments written yet.

Please login to write comment.