Color Hex Logo

#da4bcb Color Hex

#DA4BCB
(218,75,203)
0 Favorites   0 Comments

Color spaces of #da4bcb

RGB 21875203
HSL0.850.660.57
HSV306°66°85°
CMYK 0.000.660.07   0.15
XYZ42.209024.249458.9558
Yxy24.24940.33660.1934
Hunter Lab49.243766.8240-36.5129
CIE-Lab56.336669.6728-38.2934

#da4bcb color RGB value is (218,75,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01001011 11001011
Octal 332 113 313
Decimal 218 75 203
Hex DA 4B CB

RGB Percentages of Color #da4bcb

%43.95
%15.12
%40.93

CMYK Percentages of Color #da4bcb

%0
%66
%7
%15

Triadic Colors of #da4bcb

#da4bcb #cbda4b #4bcbda

Analogous Colors of #da4bcb

#da4bcb #da4b84 #a24bda

Monochromatic Colors of #da4bcb

#da4bcb

Complementary Color

#da4bcb #4bda5a

#da4bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da4bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#da4bcb Color CSS Codes

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

#da4bcb Text Font Color

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

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


#da4bcb Background Color

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

This div background color is #da4bcb


#da4bcb Border Color

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

This div border color is #da4bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da4bcb


Comments

No comments written yet.

Please login to write comment.