Color Hex Logo

#da4bff Color Hex

#DA4BFF
(218,75,255)
0 Favorites   0 Comments

Color spaces of #da4bff

RGB 21875255
HSL0.801.000.65
HSV288°71°100°
CMYK 0.150.710.00   0.00
XYZ49.479527.157697.2418
Yxy27.15760.28460.1562
Hunter Lab52.113078.2821-74.1550
CIE-Lab59.119978.4291-63.0850

#da4bff color RGB value is (218,75,255).

#da4bff hex color red value is 218, green value is 75 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #da4bff hue: 0.80 , saturation: 1.00 and the lightness value of da4bff is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01001011 11111111
Octal 332 113 377
Decimal 218 75 255
Hex DA 4B FF

RGB Percentages of Color #da4bff

%39.78
%13.69
%46.53

CMYK Percentages of Color #da4bff

%15
%71
%0
%0

Triadic Colors of #da4bff

#da4bff #ffda4b #4bffda

Analogous Colors of #da4bff

#da4bff #ff4bca #804bff

Monochromatic Colors of #da4bff

#da4bff

Complementary Color

#da4bff #70ff4b

#da4bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da4bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#da4bff Color CSS Codes

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

#da4bff Text Font Color

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

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


#da4bff Background Color

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

This div background color is #da4bff


#da4bff Border Color

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

This div border color is #da4bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da4bff

Related Colors


Comments

No comments written yet.

Please login to write comment.