Color Hex Logo

#d4368a Color Hex

#D4368A
(212,54,138)
0 Favorites   0 Comments

Color spaces of #d4368a

RGB 21254138
HSL0.910.650.52
HSV328°75°83°
CMYK 0.000.750.35   0.17
XYZ33.058018.470425.8675
Yxy18.47040.42710.2386
Hunter Lab42.977262.0918-5.6019
CIE-Lab50.061866.8785-9.9691

#d4368a color RGB value is (212,54,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00110110 10001010
Octal 324 66 212
Decimal 212 54 138
Hex D4 36 8A

RGB Percentages of Color #d4368a

%52.48
%13.37
%34.16

CMYK Percentages of Color #d4368a

%0
%75
%35
%17

Triadic Colors of #d4368a

#d4368a #8ad436 #368ad4

Analogous Colors of #d4368a

#d4368a #d4363b #cf36d4

Monochromatic Colors of #d4368a

#d4368a

Complementary Color

#d4368a #36d480

#d4368a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4368a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4368a Color CSS Codes

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

#d4368a Text Font Color

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

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


#d4368a Background Color

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

This div background color is #d4368a


#d4368a Border Color

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

This div border color is #d4368a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4368a


Comments

No comments written yet.

Please login to write comment.