Color Hex Logo

#d348ac Color Hex

#D348AC
(211,72,172)
0 Favorites   0 Comments

Color spaces of #d348ac

RGB 21172172
HSL0.880.610.55
HSV317°66°83°
CMYK 0.000.660.18   0.17
XYZ36.627721.462241.2418
Yxy21.46220.36870.2161
Hunter Lab46.327360.0544-20.3524
CIE-Lab53.451764.4933-24.9626

#d348ac color RGB value is (211,72,172).

#d348ac hex color red value is 211, green value is 72 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d348ac hue: 0.88 , saturation: 0.61 and the lightness value of d348ac is 0.55.

The process color (four color CMYK) of #d348ac color hex is 0.00, 0.66, 0.18, 0.17. Web safe color of #d348ac is #cc3399. Color #d348ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01001000 10101100
Octal 323 110 254
Decimal 211 72 172
Hex D3 48 AC

RGB Percentages of Color #d348ac

%46.37
%15.82
%37.80

CMYK Percentages of Color #d348ac

%0
%66
%18
%17

Triadic Colors of #d348ac

#d348ac #acd348 #48acd3

Analogous Colors of #d348ac

#d348ac #d34867 #b548d3

Monochromatic Colors of #d348ac

#d348ac

Complementary Color

#d348ac #48d36f

#d348ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d348ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d348ac Color CSS Codes

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

#d348ac Text Font Color

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

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


#d348ac Background Color

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

This div background color is #d348ac


#d348ac Border Color

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

This div border color is #d348ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(211,72,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d348ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d348ac;
  -webkit-box-shadow: 1px 1px 3px 2px #d348ac;
  box-shadow:         1px 1px 3px 2px #d348ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,72,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d348ac


Comments

No comments written yet.

Please login to write comment.