Color Hex Logo

#da307d Color Hex

#DA307D
(218,48,125)
0 Favorites   0 Comments

Color spaces of #da307d

RGB 21848125
HSL0.920.700.52
HSV333°78°85°
CMYK 0.000.780.43   0.15
XYZ33.672118.500021.1982
Yxy18.50000.45890.2521
Hunter Lab43.011664.47020.8872
CIE-Lab50.097068.8904-1.9555

#da307d color RGB value is (218,48,125).

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

The process color (four color CMYK) of #da307d color hex is 0.00, 0.78, 0.43, 0.15. Web safe color of #da307d is #cc3366. Color #da307d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00110000 01111101
Octal 332 60 175
Decimal 218 48 125
Hex DA 30 7D

RGB Percentages of Color #da307d

%55.75
%12.28
%31.97

CMYK Percentages of Color #da307d

%0
%78
%43
%15

Triadic Colors of #da307d

#da307d #7dda30 #307dda

Analogous Colors of #da307d

#da307d #da3830 #da30d2

Monochromatic Colors of #da307d

#da307d

Complementary Color

#da307d #30da8d

#da307d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da307d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da307d Color CSS Codes

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

#da307d Text Font Color

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

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


#da307d Background Color

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

This div background color is #da307d


#da307d Border Color

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

This div border color is #da307d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da307d


Comments

No comments written yet.

Please login to write comment.