Color Hex Logo

#da4cd5 Color Hex

#DA4CD5
(218,76,213)
0 Favorites   0 Comments

Color spaces of #da4cd5

RGB 21876213
HSL0.840.660.58
HSV302°65°85°
CMYK 0.000.650.02   0.15
XYZ43.508124.878465.4597
Yxy24.87840.32510.1859
Hunter Lab49.878368.4161-42.8968
CIE-Lab56.956770.8740-43.0108

#da4cd5 color RGB value is (218,76,213).

#da4cd5 hex color red value is 218, green value is 76 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #da4cd5 hue: 0.84 , saturation: 0.66 and the lightness value of da4cd5 is 0.58.

The process color (four color CMYK) of #da4cd5 color hex is 0.00, 0.65, 0.02, 0.15. Web safe color of #da4cd5 is #cc33cc. Color #da4cd5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01001100 11010101
Octal 332 114 325
Decimal 218 76 213
Hex DA 4C D5

RGB Percentages of Color #da4cd5

%43.00
%14.99
%42.01

CMYK Percentages of Color #da4cd5

%0
%65
%2
%15

Triadic Colors of #da4cd5

#da4cd5 #d5da4c #4cd5da

Analogous Colors of #da4cd5

#da4cd5 #da4c8e #984cda

Monochromatic Colors of #da4cd5

#da4cd5

Complementary Color

#da4cd5 #4cda51

#da4cd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da4cd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da4cd5 Color CSS Codes

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

#da4cd5 Text Font Color

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

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


#da4cd5 Background Color

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

This div background color is #da4cd5


#da4cd5 Border Color

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

This div border color is #da4cd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da4cd5


Comments

No comments written yet.

Please login to write comment.