Color Hex Logo

#d4348b Color Hex

#D4348B
(212,52,139)
0 Favorites   0 Comments

Color spaces of #d4348b

RGB 21252139
HSL0.910.650.52
HSV327°75°83°
CMYK 0.000.750.34   0.17
XYZ33.039618.317126.2203
Yxy18.31710.42590.2361
Hunter Lab42.798562.9012-6.3648
CIE-Lab49.878567.6032-10.8457

#d4348b color RGB value is (212,52,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00110100 10001011
Octal 324 64 213
Decimal 212 52 139
Hex D4 34 8B

RGB Percentages of Color #d4348b

%52.61
%12.90
%34.49

CMYK Percentages of Color #d4348b

%0
%75
%34
%17

Triadic Colors of #d4348b

#d4348b #8bd434 #348bd4

Analogous Colors of #d4348b

#d4348b #d4343b #cd34d4

Monochromatic Colors of #d4348b

#d4348b

Complementary Color

#d4348b #34d47d

#d4348b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4348b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4348b Color CSS Codes

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

#d4348b Text Font Color

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

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


#d4348b Background Color

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

This div background color is #d4348b


#d4348b Border Color

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

This div border color is #d4348b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,52,139, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4348b


Comments

No comments written yet.

Please login to write comment.