Color Hex Logo

#da2fbe Color Hex

#DA2FBE
(218,47,190)
1 Favorites   0 Comments

Color spaces of #da2fbe

RGB 21847190
HSL0.860.700.52
HSV310°78°85°
CMYK 0.000.780.13   0.15
XYZ39.224220.656250.6349
Yxy20.65620.35490.1869
Hunter Lab45.449174.5160-34.2407
CIE-Lab52.571276.6908-36.7245

#da2fbe color RGB value is (218,47,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00101111 10111110
Octal 332 57 276
Decimal 218 47 190
Hex DA 2F BE

RGB Percentages of Color #da2fbe

%47.91
%10.33
%41.76

CMYK Percentages of Color #da2fbe

%0
%78
%13
%15

Triadic Colors of #da2fbe

#da2fbe #beda2f #2fbeda

Analogous Colors of #da2fbe

#da2fbe #da2f69 #a12fda

Monochromatic Colors of #da2fbe

#da2fbe

Complementary Color

#da2fbe #2fda4b

#da2fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da2fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#da2fbe Color CSS Codes

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

#da2fbe Text Font Color

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

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


#da2fbe Background Color

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

This div background color is #da2fbe


#da2fbe Border Color

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

This div border color is #da2fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da2fbe


Comments

No comments written yet.

Please login to write comment.