Color Hex Logo

#da44be Color Hex

#DA44BE
(218,68,190)
0 Favorites   0 Comments

Color spaces of #da44be

RGB 21868190
HSL0.860.670.56
HSV311°69°85°
CMYK 0.000.690.13   0.15
XYZ40.274822.757450.9851
Yxy22.75740.35320.1996
Hunter Lab47.704767.2157-29.9737
CIE-Lab54.821670.2851-33.2009

#da44be color RGB value is (218,68,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01000100 10111110
Octal 332 104 276
Decimal 218 68 190
Hex DA 44 BE

RGB Percentages of Color #da44be

%45.80
%14.29
%39.92

CMYK Percentages of Color #da44be

%0
%69
%13
%15

Triadic Colors of #da44be

#da44be #beda44 #44beda

Analogous Colors of #da44be

#da44be #da4473 #ab44da

Monochromatic Colors of #da44be

#da44be

Complementary Color

#da44be #44da60

#da44be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da44be Color Preview on White Background

Lorem ipsum dolor sit amet.

#da44be Color CSS Codes

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

#da44be Text Font Color

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

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


#da44be Background Color

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

This div background color is #da44be


#da44be Border Color

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

This div border color is #da44be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da44be


Comments

No comments written yet.

Please login to write comment.