Color Hex Logo

#d5368a Color Hex

#D5368A
(213,54,138)
0 Favorites   0 Comments

Color spaces of #d5368a

RGB 21354138
HSL0.910.650.52
HSV328°75°84°
CMYK 0.000.750.35   0.16
XYZ33.347218.619425.8811
Yxy18.61940.42840.2392
Hunter Lab43.150262.4349-5.3565
CIE-Lab50.238967.1372-9.6853

#d5368a color RGB value is (213,54,138).

#d5368a hex color red value is 213, green value is 54 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #d5368a hue: 0.91 , saturation: 0.65 and the lightness value of d5368a is 0.52.

The process color (four color CMYK) of #d5368a color hex is 0.00, 0.75, 0.35, 0.16. Web safe color of #d5368a is #cc3399. Color #d5368a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00110110 10001010
Octal 325 66 212
Decimal 213 54 138
Hex D5 36 8A

RGB Percentages of Color #d5368a

%52.59
%13.33
%34.07

CMYK Percentages of Color #d5368a

%0
%75
%35
%16

Triadic Colors of #d5368a

#d5368a #8ad536 #368ad5

Analogous Colors of #d5368a

#d5368a #d5363a #d136d5

Monochromatic Colors of #d5368a

#d5368a

Complementary Color

#d5368a #36d581

#d5368a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5368a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5368a Color CSS Codes

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

#d5368a Text Font Color

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

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


#d5368a Background Color

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

This div background color is #d5368a


#d5368a Border Color

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

This div border color is #d5368a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5368a


Comments

No comments written yet.

Please login to write comment.