Color Hex Logo

#da79cb Color Hex

#DA79CB
(218,121,203)
0 Favorites   0 Comments

Color spaces of #da79cb

RGB 218121203
HSL0.860.570.66
HSV309°44°85°
CMYK 0.000.440.07   0.15
XYZ46.530332.892060.3963
Yxy32.89200.33280.2352
Hunter Lab57.351544.4549-22.2916
CIE-Lab64.073448.9224-26.2712

#da79cb color RGB value is (218,121,203).

#da79cb hex color red value is 218, green value is 121 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #da79cb hue: 0.86 , saturation: 0.57 and the lightness value of da79cb is 0.66.

The process color (four color CMYK) of #da79cb color hex is 0.00, 0.44, 0.07, 0.15. Web safe color of #da79cb is #cc66cc. Color #da79cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01111001 11001011
Octal 332 171 313
Decimal 218 121 203
Hex DA 79 CB

RGB Percentages of Color #da79cb

%40.22
%22.32
%37.45

CMYK Percentages of Color #da79cb

%0
%44
%7
%15

Triadic Colors of #da79cb

#da79cb #cbda79 #79cbda

Analogous Colors of #da79cb

#da79cb #da799b #b979da

Monochromatic Colors of #da79cb

#da79cb

Complementary Color

#da79cb #79da88

#da79cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da79cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#da79cb Color CSS Codes

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

#da79cb Text Font Color

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

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


#da79cb Background Color

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

This div background color is #da79cb


#da79cb Border Color

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

This div border color is #da79cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,121,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 #da79cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da79cb


Comments

No comments written yet.

Please login to write comment.