Color Hex Logo

#da92bc Color Hex

#DA92BC
(218,146,188)
0 Favorites   0 Comments

Color spaces of #da92bc

RGB 218146188
HSL0.900.490.71
HSV325°33°85°
CMYK 0.000.330.14   0.15
XYZ48.269439.094052.5788
Yxy39.09400.34490.2794
Hunter Lab62.525228.3828-6.0906
CIE-Lab68.819333.3153-10.6685

#da92bc color RGB value is (218,146,188).

#da92bc hex color red value is 218, green value is 146 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #da92bc hue: 0.90 , saturation: 0.49 and the lightness value of da92bc is 0.71.

The process color (four color CMYK) of #da92bc color hex is 0.00, 0.33, 0.14, 0.15. Web safe color of #da92bc is #cc99cc. Color #da92bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010010 10111100
Octal 332 222 274
Decimal 218 146 188
Hex DA 92 BC

RGB Percentages of Color #da92bc

%39.49
%26.45
%34.06

CMYK Percentages of Color #da92bc

%0
%33
%14
%15

Triadic Colors of #da92bc

#da92bc #bcda92 #92bcda

Analogous Colors of #da92bc

#da92bc #da9298 #d492da

Monochromatic Colors of #da92bc

#da92bc

Complementary Color

#da92bc #92dab0

#da92bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da92bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#da92bc Color CSS Codes

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

#da92bc Text Font Color

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

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


#da92bc Background Color

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

This div background color is #da92bc


#da92bc Border Color

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

This div border color is #da92bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da92bc


Comments

No comments written yet.

Please login to write comment.