Color Hex Logo

#da48be Color Hex

#DA48BE
(218,72,190)
0 Favorites   0 Comments

Color spaces of #da48be

RGB 21872190
HSL0.870.660.57
HSV312°67°85°
CMYK 0.000.670.13   0.15
XYZ40.525123.257951.0685
Yxy23.25790.35280.2025
Hunter Lab48.226465.5988-29.0255
CIE-Lab55.337068.8398-32.3968

#da48be color RGB value is (218,72,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01001000 10111110
Octal 332 110 276
Decimal 218 72 190
Hex DA 48 BE

RGB Percentages of Color #da48be

%45.42
%15.00
%39.58

CMYK Percentages of Color #da48be

%0
%67
%13
%15

Triadic Colors of #da48be

#da48be #beda48 #48beda

Analogous Colors of #da48be

#da48be #da4875 #ad48da

Monochromatic Colors of #da48be

#da48be

Complementary Color

#da48be #48da64

#da48be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da48be Color Preview on White Background

Lorem ipsum dolor sit amet.

#da48be Color CSS Codes

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

#da48be Text Font Color

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

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


#da48be Background Color

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

This div background color is #da48be


#da48be Border Color

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

This div border color is #da48be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da48be


Comments

No comments written yet.

Please login to write comment.