Color Hex Logo

#da42bb Color Hex

#DA42BB
(218,66,187)
0 Favorites   0 Comments

Color spaces of #da42bb

RGB 21866187
HSL0.870.670.56
HSV312°70°85°
CMYK 0.000.700.14   0.15
XYZ39.831322.389749.2360
Yxy22.38970.35740.2009
Hunter Lab47.317867.4523-28.5712
CIE-Lab54.438170.5545-32.0654

#da42bb color RGB value is (218,66,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01000010 10111011
Octal 332 102 273
Decimal 218 66 187
Hex DA 42 BB

RGB Percentages of Color #da42bb

%46.28
%14.01
%39.70

CMYK Percentages of Color #da42bb

%0
%70
%14
%15

Triadic Colors of #da42bb

#da42bb #bbda42 #42bbda

Analogous Colors of #da42bb

#da42bb #da426f #ad42da

Monochromatic Colors of #da42bb

#da42bb

Complementary Color

#da42bb #42da61

#da42bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da42bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#da42bb Color CSS Codes

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

#da42bb Text Font Color

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

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


#da42bb Background Color

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

This div background color is #da42bb


#da42bb Border Color

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

This div border color is #da42bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da42bb


Comments

No comments written yet.

Please login to write comment.