Color Hex Logo

#da1cbe Color Hex

#DA1CBE
(218,28,190)
0 Favorites   0 Comments

Color spaces of #da1cbe

RGB 21828190
HSL0.860.770.48
HSV309°87°85°
CMYK 0.000.870.13   0.15
XYZ38.623019.453650.4345
Yxy19.45360.35590.1793
Hunter Lab44.106279.1232-36.9224
CIE-Lab51.213780.6301-38.8602

#da1cbe color RGB value is (218,28,190).

#da1cbe hex color red value is 218, green value is 28 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #da1cbe hue: 0.86 , saturation: 0.77 and the lightness value of da1cbe is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00011100 10111110
Octal 332 34 276
Decimal 218 28 190
Hex DA 1C BE

RGB Percentages of Color #da1cbe

%50.00
%6.42
%43.58

CMYK Percentages of Color #da1cbe

%0
%87
%13
%15

Triadic Colors of #da1cbe

#da1cbe #beda1c #1cbeda

Analogous Colors of #da1cbe

#da1cbe #da1c5f #971cda

Monochromatic Colors of #da1cbe

#da1cbe

Complementary Color

#da1cbe #1cda38

#da1cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da1cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#da1cbe Color CSS Codes

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

#da1cbe Text Font Color

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

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


#da1cbe Background Color

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

This div background color is #da1cbe


#da1cbe Border Color

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

This div border color is #da1cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da1cbe


Comments

No comments written yet.

Please login to write comment.