Color Hex Logo

#da49bc Color Hex

#DA49BC
(218,73,188)
0 Favorites   0 Comments

Color spaces of #da49bc

RGB 21873188
HSL0.870.660.57
HSV312°67°85°
CMYK 0.000.670.14   0.15
XYZ40.373123.301449.9467
Yxy23.30140.35530.2051
Hunter Lab48.271564.8178-27.5575
CIE-Lab55.381468.1771-31.1740

#da49bc color RGB value is (218,73,188).

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

The process color (four color CMYK) of #da49bc color hex is 0.00, 0.67, 0.14, 0.15. Web safe color of #da49bc is #cc33cc. Color #da49bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01001001 10111100
Octal 332 111 274
Decimal 218 73 188
Hex DA 49 BC

RGB Percentages of Color #da49bc

%45.51
%15.24
%39.25

CMYK Percentages of Color #da49bc

%0
%67
%14
%15

Triadic Colors of #da49bc

#da49bc #bcda49 #49bcda

Analogous Colors of #da49bc

#da49bc #da4974 #b049da

Monochromatic Colors of #da49bc

#da49bc

Complementary Color

#da49bc #49da67

#da49bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da49bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#da49bc Color CSS Codes

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

#da49bc Text Font Color

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

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


#da49bc Background Color

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

This div background color is #da49bc


#da49bc Border Color

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

This div border color is #da49bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da49bc


Comments

No comments written yet.

Please login to write comment.