Color Hex Logo

#da46cb Color Hex

#DA46CB
(218,70,203)
0 Favorites   0 Comments

Color spaces of #da46cb

RGB 21870203
HSL0.850.670.56
HSV306°68°85°
CMYK 0.000.680.07   0.15
XYZ41.883123.597558.8472
Yxy23.59750.33690.1898
Hunter Lab48.577368.8917-37.8207
CIE-Lab55.682571.5079-39.3210

#da46cb color RGB value is (218,70,203).

#da46cb hex color red value is 218, green value is 70 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #da46cb hue: 0.85 , saturation: 0.67 and the lightness value of da46cb is 0.56.

The process color (four color CMYK) of #da46cb color hex is 0.00, 0.68, 0.07, 0.15. Web safe color of #da46cb is #cc33cc. Color #da46cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01000110 11001011
Octal 332 106 313
Decimal 218 70 203
Hex DA 46 CB

RGB Percentages of Color #da46cb

%44.40
%14.26
%41.34

CMYK Percentages of Color #da46cb

%0
%68
%7
%15

Triadic Colors of #da46cb

#da46cb #cbda46 #46cbda

Analogous Colors of #da46cb

#da46cb #da4681 #9f46da

Monochromatic Colors of #da46cb

#da46cb

Complementary Color

#da46cb #46da55

#da46cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da46cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#da46cb Color CSS Codes

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

#da46cb Text Font Color

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

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


#da46cb Background Color

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

This div background color is #da46cb


#da46cb Border Color

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

This div border color is #da46cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da46cb


Comments

No comments written yet.

Please login to write comment.