Color Hex Logo

#da48fb Color Hex

#DA48FB
(218,72,251)
0 Favorites   0 Comments

Color spaces of #da48fb

RGB 21872251
HSL0.800.960.63
HSV289°71°98°
CMYK 0.130.710.00   0.02
XYZ48.643426.505293.8190
Yxy26.50520.28790.1569
Hunter Lab51.483278.5584-72.0073
CIE-Lab58.513578.7645-61.8437

#da48fb color RGB value is (218,72,251).

#da48fb hex color red value is 218, green value is 72 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #da48fb hue: 0.80 , saturation: 0.96 and the lightness value of da48fb is 0.63.

The process color (four color CMYK) of #da48fb color hex is 0.13, 0.71, 0.00, 0.02. Web safe color of #da48fb is #cc33ff. Color #da48fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01001000 11111011
Octal 332 110 373
Decimal 218 72 251
Hex DA 48 FB

RGB Percentages of Color #da48fb

%40.30
%13.31
%46.40

CMYK Percentages of Color #da48fb

%13
%71
%0
%2

Triadic Colors of #da48fb

#da48fb #fbda48 #48fbda

Analogous Colors of #da48fb

#da48fb #fb48c3 #8148fb

Monochromatic Colors of #da48fb

#da48fb

Complementary Color

#da48fb #69fb48

#da48fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da48fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#da48fb Color CSS Codes

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

#da48fb Text Font Color

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

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


#da48fb Background Color

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

This div background color is #da48fb


#da48fb Border Color

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

This div border color is #da48fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da48fb


Comments

No comments written yet.

Please login to write comment.