Color Hex Logo

#da4888 Color Hex

#DA4888
(218,72,136)
0 Favorites   0 Comments

Color spaces of #da4888

RGB 21872136
HSL0.930.660.57
HSV334°67°85°
CMYK 0.000.670.38   0.15
XYZ35.674721.317725.5270
Yxy21.31770.43230.2583
Hunter Lab46.171157.1209-0.4604
CIE-Lab53.295561.9832-3.8478

#da4888 color RGB value is (218,72,136).

#da4888 hex color red value is 218, green value is 72 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #da4888 hue: 0.93 , saturation: 0.66 and the lightness value of da4888 is 0.57.

The process color (four color CMYK) of #da4888 color hex is 0.00, 0.67, 0.38, 0.15. Web safe color of #da4888 is #cc3399. Color #da4888 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01001000 10001000
Octal 332 110 210
Decimal 218 72 136
Hex DA 48 88

RGB Percentages of Color #da4888

%51.17
%16.90
%31.92

CMYK Percentages of Color #da4888

%0
%67
%38
%15

Triadic Colors of #da4888

#da4888 #88da48 #4888da

Analogous Colors of #da4888

#da4888 #da5148 #da48d1

Monochromatic Colors of #da4888

#da4888

Complementary Color

#da4888 #48da9a

#da4888 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da4888 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da4888 Color CSS Codes

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

#da4888 Text Font Color

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

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


#da4888 Background Color

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

This div background color is #da4888


#da4888 Border Color

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

This div border color is #da4888


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da4888


Comments

No comments written yet.

Please login to write comment.