Color Hex Logo

#da55ba Color Hex

#DA55BA
(218,85,186)
2 Favorites   0 Comments

Color spaces of #da55ba

RGB 21885186
HSL0.870.640.59
HSV314°61°85°
CMYK 0.000.610.15   0.15
XYZ41.024924.947649.1075
Yxy24.94760.35650.2168
Hunter Lab49.947659.2044-23.3295
CIE-Lab57.024363.1076-27.4726

#da55ba color RGB value is (218,85,186).

#da55ba hex color red value is 218, green value is 85 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #da55ba hue: 0.87 , saturation: 0.64 and the lightness value of da55ba is 0.59.

The process color (four color CMYK) of #da55ba color hex is 0.00, 0.61, 0.15, 0.15. Web safe color of #da55ba is #cc66cc. Color #da55ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010101 10111010
Octal 332 125 272
Decimal 218 85 186
Hex DA 55 BA

RGB Percentages of Color #da55ba

%44.58
%17.38
%38.04

CMYK Percentages of Color #da55ba

%0
%61
%15
%15

Triadic Colors of #da55ba

#da55ba #bada55 #55bada

Analogous Colors of #da55ba

#da55ba #da5578 #b855da

Monochromatic Colors of #da55ba

#da55ba

Complementary Color

#da55ba #55da75

#da55ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da55ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#da55ba Color CSS Codes

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

#da55ba Text Font Color

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

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


#da55ba Background Color

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

This div background color is #da55ba


#da55ba Border Color

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

This div border color is #da55ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da55ba

#da55ba Color Palettes


Comments

No comments written yet.

Please login to write comment.