Color Hex Logo

#da748e Color Hex

#DA748E
(218,116,142)
0 Favorites   0 Comments

Color spaces of #da748e

RGB 218116142
HSL0.960.580.65
HSV345°47°85°
CMYK 0.000.470.35   0.15
XYZ40.041329.349229.1457
Yxy29.34920.40640.2979
Hunter Lab54.174937.12536.0248
CIE-Lab61.088642.54494.0167

#da748e color RGB value is (218,116,142).

#da748e hex color red value is 218, green value is 116 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #da748e hue: 0.96 , saturation: 0.58 and the lightness value of da748e is 0.65.

The process color (four color CMYK) of #da748e color hex is 0.00, 0.47, 0.35, 0.15. Web safe color of #da748e is #cc6699. Color #da748e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110100 10001110
Octal 332 164 216
Decimal 218 116 142
Hex DA 74 8E

RGB Percentages of Color #da748e

%45.80
%24.37
%29.83

CMYK Percentages of Color #da748e

%0
%47
%35
%15

Triadic Colors of #da748e

#da748e #8eda74 #748eda

Analogous Colors of #da748e

#da748e #da8d74 #da74c1

Monochromatic Colors of #da748e

#da748e

Complementary Color

#da748e #74dac0

#da748e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da748e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da748e Color CSS Codes

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

#da748e Text Font Color

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

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


#da748e Background Color

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

This div background color is #da748e


#da748e Border Color

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

This div border color is #da748e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,116,142, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da748e


Comments

No comments written yet.

Please login to write comment.