Color Hex Logo

#da5dcb Color Hex

#DA5DCB
(218,93,203)
0 Favorites   0 Comments

Color spaces of #da5dcb

RGB 21893203
HSL0.850.630.61
HSV307°57°85°
CMYK 0.000.570.07   0.15
XYZ43.607327.045959.4219
Yxy27.04590.33520.2079
Hunter Lab52.005758.6642-31.3410
CIE-Lab59.016862.2872-34.1009

#da5dcb color RGB value is (218,93,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01011101 11001011
Octal 332 135 313
Decimal 218 93 203
Hex DA 5D CB

RGB Percentages of Color #da5dcb

%42.41
%18.09
%39.49

CMYK Percentages of Color #da5dcb

%0
%57
%7
%15

Triadic Colors of #da5dcb

#da5dcb #cbda5d #5dcbda

Analogous Colors of #da5dcb

#da5dcb #da5d8d #ab5dda

Monochromatic Colors of #da5dcb

#da5dcb

Complementary Color

#da5dcb #5dda6c

#da5dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da5dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#da5dcb Color CSS Codes

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

#da5dcb Text Font Color

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

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


#da5dcb Background Color

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

This div background color is #da5dcb


#da5dcb Border Color

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

This div border color is #da5dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da5dcb


Comments

No comments written yet.

Please login to write comment.