Color Hex Logo

#d4358a Color Hex

#D4358A
(212,53,138)
0 Favorites   0 Comments

Color spaces of #d4358a

RGB 21253138
HSL0.910.650.52
HSV328°75°83°
CMYK 0.000.750.35   0.17
XYZ33.011918.378225.8522
Yxy18.37820.42740.2379
Hunter Lab42.869862.4318-5.7454
CIE-Lab49.951667.1895-10.1345

#d4358a color RGB value is (212,53,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00110101 10001010
Octal 324 65 212
Decimal 212 53 138
Hex D4 35 8A

RGB Percentages of Color #d4358a

%52.61
%13.15
%34.24

CMYK Percentages of Color #d4358a

%0
%75
%35
%17

Triadic Colors of #d4358a

#d4358a #8ad435 #358ad4

Analogous Colors of #d4358a

#d4358a #d4353a #cf35d4

Monochromatic Colors of #d4358a

#d4358a

Complementary Color

#d4358a #35d47f

#d4358a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4358a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4358a Color CSS Codes

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

#d4358a Text Font Color

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

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


#d4358a Background Color

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

This div background color is #d4358a


#d4358a Border Color

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

This div border color is #d4358a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4358a


Comments

No comments written yet.

Please login to write comment.