Color Hex Logo

#da5fdc Color Hex

#DA5FDC
(218,95,220)
0 Favorites   0 Comments

Color spaces of #da5fdc

RGB 21895220
HSL0.830.640.62
HSV299°57°86°
CMYK 0.010.570.00   0.14
XYZ45.923928.257270.7439
Yxy28.25720.31690.1950
Hunter Lab53.157561.1843-41.6950
CIE-Lab60.120464.2417-41.9812

#da5fdc color RGB value is (218,95,220).

#da5fdc hex color red value is 218, green value is 95 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #da5fdc hue: 0.83 , saturation: 0.64 and the lightness value of da5fdc is 0.62.

The process color (four color CMYK) of #da5fdc color hex is 0.01, 0.57, 0.00, 0.14. Web safe color of #da5fdc is #cc66cc. Color #da5fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01011111 11011100
Octal 332 137 334
Decimal 218 95 220
Hex DA 5F DC

RGB Percentages of Color #da5fdc

%40.90
%17.82
%41.28

CMYK Percentages of Color #da5fdc

%1
%57
%0
%14

Triadic Colors of #da5fdc

#da5fdc #dcda5f #5fdcda

Analogous Colors of #da5fdc

#da5fdc #dc5fa0 #9c5fdc

Monochromatic Colors of #da5fdc

#da5fdc

Complementary Color

#da5fdc #61dc5f

#da5fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da5fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#da5fdc Color CSS Codes

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

#da5fdc Text Font Color

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

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


#da5fdc Background Color

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

This div background color is #da5fdc


#da5fdc Border Color

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

This div border color is #da5fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da5fdc


Comments

No comments written yet.

Please login to write comment.