Color Hex Logo

#da54be Color Hex

#DA54BE
(218,84,190)
0 Favorites   0 Comments

Color spaces of #da54be

RGB 21884190
HSL0.870.640.59
HSV313°61°85°
CMYK 0.000.610.13   0.15
XYZ41.378024.963851.3528
Yxy24.96380.35160.2121
Hunter Lab49.963860.3899-25.9636
CIE-Lab57.040164.1205-29.7482

#da54be color RGB value is (218,84,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010100 10111110
Octal 332 124 276
Decimal 218 84 190
Hex DA 54 BE

RGB Percentages of Color #da54be

%44.31
%17.07
%38.62

CMYK Percentages of Color #da54be

%0
%61
%13
%15

Triadic Colors of #da54be

#da54be #beda54 #54beda

Analogous Colors of #da54be

#da54be #da547b #b354da

Monochromatic Colors of #da54be

#da54be

Complementary Color

#da54be #54da70

#da54be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da54be Color Preview on White Background

Lorem ipsum dolor sit amet.

#da54be Color CSS Codes

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

#da54be Text Font Color

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

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


#da54be Background Color

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

This div background color is #da54be


#da54be Border Color

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

This div border color is #da54be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da54be


Comments

No comments written yet.

Please login to write comment.