Color Hex Logo

#da4cba Color Hex

#DA4CBA
(218,76,186)
0 Favorites   0 Comments

Color spaces of #da4cba

RGB 21876186
HSL0.870.660.58
HSV314°65°85°
CMYK 0.000.650.15   0.15
XYZ40.360823.619548.8861
Yxy23.61950.35760.2093
Hunter Lab48.599963.1892-25.6192
CIE-Lab55.704866.7452-29.5168

#da4cba color RGB value is (218,76,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01001100 10111010
Octal 332 114 272
Decimal 218 76 186
Hex DA 4C BA

RGB Percentages of Color #da4cba

%45.42
%15.83
%38.75

CMYK Percentages of Color #da4cba

%0
%65
%15
%15

Triadic Colors of #da4cba

#da4cba #bada4c #4cbada

Analogous Colors of #da4cba

#da4cba #da4c73 #b34cda

Monochromatic Colors of #da4cba

#da4cba

Complementary Color

#da4cba #4cda6c

#da4cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da4cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#da4cba Color CSS Codes

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

#da4cba Text Font Color

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

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


#da4cba Background Color

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

This div background color is #da4cba


#da4cba Border Color

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

This div border color is #da4cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da4cba


Comments

No comments written yet.

Please login to write comment.