Color Hex Logo

#da5bcc Color Hex

#DA5BCC
(218,91,204)
0 Favorites   0 Comments

Color spaces of #da5bcc

RGB 21891204
HSL0.850.630.61
HSV307°58°85°
CMYK 0.000.580.06   0.15
XYZ43.553626.747259.9939
Yxy26.74720.33430.2053
Hunter Lab51.717759.8162-32.5756
CIE-Lab58.739663.3236-35.1016

#da5bcc color RGB value is (218,91,204).

#da5bcc hex color red value is 218, green value is 91 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #da5bcc hue: 0.85 , saturation: 0.63 and the lightness value of da5bcc is 0.61.

The process color (four color CMYK) of #da5bcc color hex is 0.00, 0.58, 0.06, 0.15. Web safe color of #da5bcc is #cc66cc. Color #da5bcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01011011 11001100
Octal 332 133 314
Decimal 218 91 204
Hex DA 5B CC

RGB Percentages of Color #da5bcc

%42.50
%17.74
%39.77

CMYK Percentages of Color #da5bcc

%0
%58
%6
%15

Triadic Colors of #da5bcc

#da5bcc #ccda5b #5bccda

Analogous Colors of #da5bcc

#da5bcc #da5b8d #a95bda

Monochromatic Colors of #da5bcc

#da5bcc

Complementary Color

#da5bcc #5bda69

#da5bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da5bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#da5bcc Color CSS Codes

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

#da5bcc Text Font Color

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

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


#da5bcc Background Color

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

This div background color is #da5bcc


#da5bcc Border Color

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

This div border color is #da5bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da5bcc


Comments

No comments written yet.

Please login to write comment.