Color Hex Logo

#da026b Color Hex

#DA026B
(218,2,107)
0 Favorites   0 Comments

Color spaces of #da026b

RGB 2182107
HSL0.920.980.43
HSV331°99°85°
CMYK 0.000.990.51   0.15
XYZ31.589016.010415.3353
Yxy16.01040.50190.2544
Hunter Lab40.013070.89745.2857
CIE-Lab46.988174.83934.5426

#da026b color RGB value is (218,2,107).

#da026b hex color red value is 218, green value is 2 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #da026b hue: 0.92 , saturation: 0.98 and the lightness value of da026b is 0.43.

The process color (four color CMYK) of #da026b color hex is 0.00, 0.99, 0.51, 0.15. Web safe color of #da026b is #cc0066. Color #da026b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00000010 01101011
Octal 332 2 153
Decimal 218 2 107
Hex DA 2 6B

RGB Percentages of Color #da026b

%66.67
%0.61
%32.72

CMYK Percentages of Color #da026b

%0
%99
%51
%15

Triadic Colors of #da026b

#da026b #6bda02 #026bda

Analogous Colors of #da026b

#da026b #da0502 #da02d7

Monochromatic Colors of #da026b

#da026b

Complementary Color

#da026b #02da71

#da026b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da026b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da026b Color CSS Codes

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

#da026b Text Font Color

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

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


#da026b Background Color

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

This div background color is #da026b


#da026b Border Color

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

This div border color is #da026b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da026b


Comments

No comments written yet.

Please login to write comment.