Color Hex Logo

#d338ac Color Hex

#D338AC
(211,56,172)
0 Favorites   0 Comments

Color spaces of #d338ac

RGB 21156172
HSL0.880.640.52
HSV315°73°83°
CMYK 0.000.730.18   0.17
XYZ35.724519.655840.9408
Yxy19.65580.37090.2041
Hunter Lab44.334966.2471-23.7166
CIE-Lab51.445870.1236-28.0681

#d338ac color RGB value is (211,56,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 00111000 10101100
Octal 323 70 254
Decimal 211 56 172
Hex D3 38 AC

RGB Percentages of Color #d338ac

%48.06
%12.76
%39.18

CMYK Percentages of Color #d338ac

%0
%73
%18
%17

Triadic Colors of #d338ac

#d338ac #acd338 #38acd3

Analogous Colors of #d338ac

#d338ac #d3385f #ad38d3

Monochromatic Colors of #d338ac

#d338ac

Complementary Color

#d338ac #38d35f

#d338ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d338ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d338ac Color CSS Codes

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

#d338ac Text Font Color

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

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


#d338ac Background Color

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

This div background color is #d338ac


#d338ac Border Color

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

This div border color is #d338ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d338ac


Comments

No comments written yet.

Please login to write comment.