Color Hex Logo

#da30bb Color Hex

#DA30BB
(218,48,187)
0 Favorites   0 Comments

Color spaces of #da30bb

RGB 21848187
HSL0.860.700.52
HSV311°78°85°
CMYK 0.000.780.14   0.15
XYZ38.940020.607248.9389
Yxy20.60720.35890.1900
Hunter Lab45.395273.6759-32.1418
CIE-Lab52.516976.0235-35.0683

#da30bb color RGB value is (218,48,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00110000 10111011
Octal 332 60 273
Decimal 218 48 187
Hex DA 30 BB

RGB Percentages of Color #da30bb

%48.12
%10.60
%41.28

CMYK Percentages of Color #da30bb

%0
%78
%14
%15

Triadic Colors of #da30bb

#da30bb #bbda30 #30bbda

Analogous Colors of #da30bb

#da30bb #da3066 #a430da

Monochromatic Colors of #da30bb

#da30bb

Complementary Color

#da30bb #30da4f

#da30bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da30bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#da30bb Color CSS Codes

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

#da30bb Text Font Color

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

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


#da30bb Background Color

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

This div background color is #da30bb


#da30bb Border Color

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

This div border color is #da30bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da30bb


Comments

No comments written yet.

Please login to write comment.