Color Hex Logo

#da337c Color Hex

#DA337C
(218,51,124)
0 Favorites   0 Comments

Color spaces of #da337c

RGB 21851124
HSL0.930.690.53
HSV334°77°85°
CMYK 0.000.770.43   0.15
XYZ33.735418.728320.9057
Yxy18.72830.45980.2553
Hunter Lab43.276263.41401.6518
CIE-Lab50.367867.9448-0.9530

#da337c color RGB value is (218,51,124).

#da337c hex color red value is 218, green value is 51 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #da337c hue: 0.93 , saturation: 0.69 and the lightness value of da337c is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00110011 01111100
Octal 332 63 174
Decimal 218 51 124
Hex DA 33 7C

RGB Percentages of Color #da337c

%55.47
%12.98
%31.55

CMYK Percentages of Color #da337c

%0
%77
%43
%15

Triadic Colors of #da337c

#da337c #7cda33 #337cda

Analogous Colors of #da337c

#da337c #da3e33 #da33d0

Monochromatic Colors of #da337c

#da337c

Complementary Color

#da337c #33da91

#da337c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da337c Color Preview on White Background

Lorem ipsum dolor sit amet.

#da337c Color CSS Codes

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

#da337c Text Font Color

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

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


#da337c Background Color

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

This div background color is #da337c


#da337c Border Color

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

This div border color is #da337c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da337c


Comments

No comments written yet.

Please login to write comment.