Color Hex Logo

#da73c0 Color Hex

#DA73C0
(218,115,192)
0 Favorites   0 Comments

Color spaces of #da73c0

RGB 218115192
HSL0.880.580.65
HSV315°47°85°
CMYK 0.000.470.12   0.15
XYZ44.558630.972753.4990
Yxy30.97270.34530.2400
Hunter Lab55.653145.5228-18.0379
CIE-Lab62.484650.1239-22.5005

#da73c0 color RGB value is (218,115,192).

#da73c0 hex color red value is 218, green value is 115 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #da73c0 hue: 0.88 , saturation: 0.58 and the lightness value of da73c0 is 0.65.

The process color (four color CMYK) of #da73c0 color hex is 0.00, 0.47, 0.12, 0.15. Web safe color of #da73c0 is #cc66cc. Color #da73c0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110011 11000000
Octal 332 163 300
Decimal 218 115 192
Hex DA 73 C0

RGB Percentages of Color #da73c0

%41.52
%21.90
%36.57

CMYK Percentages of Color #da73c0

%0
%47
%12
%15

Triadic Colors of #da73c0

#da73c0 #c0da73 #73c0da

Analogous Colors of #da73c0

#da73c0 #da738d #c173da

Monochromatic Colors of #da73c0

#da73c0

Complementary Color

#da73c0 #73da8d

#da73c0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da73c0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da73c0 Color CSS Codes

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

#da73c0 Text Font Color

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

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


#da73c0 Background Color

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

This div background color is #da73c0


#da73c0 Border Color

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

This div border color is #da73c0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da73c0


Comments

No comments written yet.

Please login to write comment.