Color Hex Logo

#da38ac Color Hex

#DA38AC
(218,56,172)
0 Favorites   0 Comments

Color spaces of #da38ac

RGB 21856172
HSL0.880.690.54
HSV317°74°85°
CMYK 0.000.740.21   0.15
XYZ37.774020.712341.0367
Yxy20.71230.37960.2081
Hunter Lab45.510868.5114-21.6038
CIE-Lab52.633271.7781-26.1335

#da38ac color RGB value is (218,56,172).

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

The process color (four color CMYK) of #da38ac color hex is 0.00, 0.74, 0.21, 0.15. Web safe color of #da38ac is #cc3399. Color #da38ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00111000 10101100
Octal 332 70 254
Decimal 218 56 172
Hex DA 38 AC

RGB Percentages of Color #da38ac

%48.88
%12.56
%38.57

CMYK Percentages of Color #da38ac

%0
%74
%21
%15

Triadic Colors of #da38ac

#da38ac #acda38 #38acda

Analogous Colors of #da38ac

#da38ac #da385b #b738da

Monochromatic Colors of #da38ac

#da38ac

Complementary Color

#da38ac #38da66

#da38ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da38ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#da38ac Color CSS Codes

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

#da38ac Text Font Color

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

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


#da38ac Background Color

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

This div background color is #da38ac


#da38ac Border Color

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

This div border color is #da38ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da38ac


Comments

No comments written yet.

Please login to write comment.