Color Hex Logo

#d638ac Color Hex

#D638AC
(214,56,172)
0 Favorites   0 Comments

Color spaces of #d638ac

RGB 21456172
HSL0.880.660.53
HSV316°74°84°
CMYK 0.000.740.20   0.16
XYZ36.592120.103040.9814
Yxy20.10300.37460.2058
Hunter Lab44.836467.2147-22.8069
CIE-Lab51.953570.8331-27.2405

#d638ac color RGB value is (214,56,172).

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

The process color (four color CMYK) of #d638ac color hex is 0.00, 0.74, 0.20, 0.16. Web safe color of #d638ac is #cc3399. Color #d638ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00111000 10101100
Octal 326 70 254
Decimal 214 56 172
Hex D6 38 AC

RGB Percentages of Color #d638ac

%48.42
%12.67
%38.91

CMYK Percentages of Color #d638ac

%0
%74
%20
%16

Triadic Colors of #d638ac

#d638ac #acd638 #38acd6

Analogous Colors of #d638ac

#d638ac #d6385d #b138d6

Monochromatic Colors of #d638ac

#d638ac

Complementary Color

#d638ac #38d662

#d638ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d638ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d638ac Color CSS Codes

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

#d638ac Text Font Color

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

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


#d638ac Background Color

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

This div background color is #d638ac


#d638ac Border Color

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

This div border color is #d638ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d638ac


Comments

No comments written yet.

Please login to write comment.