Color Hex Logo

#da4dbc Color Hex

#DA4DBC
(218,77,188)
0 Favorites   0 Comments

Color spaces of #da4dbc

RGB 21877188
HSL0.870.660.58
HSV313°65°85°
CMYK 0.000.650.14   0.15
XYZ40.644423.844050.0371
Yxy23.84400.35490.2082
Hunter Lab48.830363.1232-26.5741
CIE-Lab55.931366.6472-30.3190

#da4dbc color RGB value is (218,77,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01001101 10111100
Octal 332 115 274
Decimal 218 77 188
Hex DA 4D BC

RGB Percentages of Color #da4dbc

%45.13
%15.94
%38.92

CMYK Percentages of Color #da4dbc

%0
%65
%14
%15

Triadic Colors of #da4dbc

#da4dbc #bcda4d #4dbcda

Analogous Colors of #da4dbc

#da4dbc #da4d76 #b24dda

Monochromatic Colors of #da4dbc

#da4dbc

Complementary Color

#da4dbc #4dda6b

#da4dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da4dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#da4dbc Color CSS Codes

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

#da4dbc Text Font Color

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

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


#da4dbc Background Color

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

This div background color is #da4dbc


#da4dbc Border Color

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

This div border color is #da4dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da4dbc


Comments

No comments written yet.

Please login to write comment.