Color Hex Logo

#da3bbb Color Hex

#DA3BBB
(218,59,187)
0 Favorites   0 Comments

Color spaces of #da3bbb

RGB 21859187
HSL0.870.680.54
HSV312°73°85°
CMYK 0.000.730.14   0.15
XYZ39.447021.621249.1079
Yxy21.62120.35800.1962
Hunter Lab46.498670.0576-30.0681
CIE-Lab53.622872.8615-33.3378

#da3bbb color RGB value is (218,59,187).

#da3bbb hex color red value is 218, green value is 59 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #da3bbb hue: 0.87 , saturation: 0.68 and the lightness value of da3bbb is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00111011 10111011
Octal 332 73 273
Decimal 218 59 187
Hex DA 3B BB

RGB Percentages of Color #da3bbb

%46.98
%12.72
%40.30

CMYK Percentages of Color #da3bbb

%0
%73
%14
%15

Triadic Colors of #da3bbb

#da3bbb #bbda3b #3bbbda

Analogous Colors of #da3bbb

#da3bbb #da3b6c #aa3bda

Monochromatic Colors of #da3bbb

#da3bbb

Complementary Color

#da3bbb #3bda5a

#da3bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da3bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#da3bbb Color CSS Codes

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

#da3bbb Text Font Color

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

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


#da3bbb Background Color

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

This div background color is #da3bbb


#da3bbb Border Color

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

This div border color is #da3bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da3bbb


Comments

No comments written yet.

Please login to write comment.