Color Hex Logo

#da42bf Color Hex

#DA42BF
(218,66,191)
0 Favorites   0 Comments

Color spaces of #da42bf

RGB 21866191
HSL0.860.670.56
HSV311°70°85°
CMYK 0.000.700.12   0.15
XYZ40.265622.563451.5232
Yxy22.56340.35210.1973
Hunter Lab47.500968.1842-31.0599
CIE-Lab54.619771.1264-34.0933

#da42bf color RGB value is (218,66,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01000010 10111111
Octal 332 102 277
Decimal 218 66 191
Hex DA 42 BF

RGB Percentages of Color #da42bf

%45.89
%13.89
%40.21

CMYK Percentages of Color #da42bf

%0
%70
%12
%15

Triadic Colors of #da42bf

#da42bf #bfda42 #42bfda

Analogous Colors of #da42bf

#da42bf #da4273 #a942da

Monochromatic Colors of #da42bf

#da42bf

Complementary Color

#da42bf #42da5d

#da42bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da42bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#da42bf Color CSS Codes

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

#da42bf Text Font Color

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

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


#da42bf Background Color

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

This div background color is #da42bf


#da42bf Border Color

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

This div border color is #da42bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da42bf


Comments

No comments written yet.

Please login to write comment.