color codes Logo

#d5359c color codes

#D5359C
(213,53,156)
0 Favorites   0 Comments

Color spaces of #d5359c

RGB 21353156
HSL0.890.660.52
HSV321°75°84°
CMYK 0.000.750.27   0.16
XYZ34.714419.092633.3081
Yxy19.09260.39850.2192
Hunter Lab43.695165.3464-14.6093
CIE-Lab50.795469.4938-19.5952

#d5359c color RGB value is (213,53,156).

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

The process color (four color CMYK) of #d5359c color code is 0.00, 0.75, 0.27, 0.16. Web safe color of #d5359c is #cc3399. Color #d5359c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00110101 10011100
Octal 325 65 234
Decimal 213 53 156
Hex D5 35 9C

RGB Percentages of Color #d5359c

%50.47
%12.56
%36.97

CMYK Percentages of Color #d5359c

%0
%75
%27
%16

Triadic Colors of #d5359c

#d5359c #9cd535 #359cd5

Analogous Colors of #d5359c

#d5359c #d5354c #be35d5

Monochromatic Colors of #d5359c

#d5359c

Complementary Color

#d5359c #35d56e

#d5359c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5359c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5359c Color CSS Codes

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

#d5359c Text Font Color

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

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


#d5359c Background Color

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

This div background color is #d5359c


#d5359c Border Color

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

This div border color is #d5359c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5359c


Comments

No comments written yet.

Please login to write comment.