Color Hex Logo

#da17eb Color Hex

#DA17EB
(218,23,235)
0 Favorites   0 Comments

Color spaces of #da17eb

RGB 21823235
HSL0.820.840.51
HSV295°90°92°
CMYK 0.070.900.00   0.08
XYZ44.215221.516480.4199
Yxy21.51640.30250.1472
Hunter Lab46.385888.9722-70.3222
CIE-Lab53.510187.8067-60.9409

#da17eb color RGB value is (218,23,235).

#da17eb hex color red value is 218, green value is 23 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #da17eb hue: 0.82 , saturation: 0.84 and the lightness value of da17eb is 0.51.

The process color (four color CMYK) of #da17eb color hex is 0.07, 0.90, 0.00, 0.08. Web safe color of #da17eb is #cc00ff. Color #da17eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00010111 11101011
Octal 332 27 353
Decimal 218 23 235
Hex DA 17 EB

RGB Percentages of Color #da17eb

%45.80
%4.83
%49.37

CMYK Percentages of Color #da17eb

%7
%90
%0
%8

Triadic Colors of #da17eb

#da17eb #ebda17 #17ebda

Analogous Colors of #da17eb

#da17eb #eb1792 #7017eb

Monochromatic Colors of #da17eb

#da17eb

Complementary Color

#da17eb #28eb17

#da17eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da17eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#da17eb Color CSS Codes

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

#da17eb Text Font Color

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

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


#da17eb Background Color

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

This div background color is #da17eb


#da17eb Border Color

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

This div border color is #da17eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da17eb


Comments

No comments written yet.

Please login to write comment.