Color Hex Logo

#da308f Color Hex

#DA308F
(218,48,143)
0 Favorites   0 Comments

Color spaces of #da308f

RGB 21848143
HSL0.910.700.52
HSV326°78°85°
CMYK 0.000.780.34   0.15
XYZ34.928319.002527.8135
Yxy19.00250.42730.2325
Hunter Lab43.591966.7387-7.3153
CIE-Lab50.690170.6799-11.9171

#da308f color RGB value is (218,48,143).

#da308f hex color red value is 218, green value is 48 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #da308f hue: 0.91 , saturation: 0.70 and the lightness value of da308f is 0.52.

The process color (four color CMYK) of #da308f color hex is 0.00, 0.78, 0.34, 0.15. Web safe color of #da308f is #cc3399. Color #da308f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00110000 10001111
Octal 332 60 217
Decimal 218 48 143
Hex DA 30 8F

RGB Percentages of Color #da308f

%53.30
%11.74
%34.96

CMYK Percentages of Color #da308f

%0
%78
%34
%15

Triadic Colors of #da308f

#da308f #8fda30 #308fda

Analogous Colors of #da308f

#da308f #da303a #d030da

Monochromatic Colors of #da308f

#da308f

Complementary Color

#da308f #30da7b

#da308f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da308f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da308f Color CSS Codes

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

#da308f Text Font Color

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

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


#da308f Background Color

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

This div background color is #da308f


#da308f Border Color

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

This div border color is #da308f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da308f


Comments

No comments written yet.

Please login to write comment.