Color Hex Logo

#da37cc Color Hex

#DA37CC
(218,55,204)
0 Favorites   0 Comments

Color spaces of #da37cc

RGB 21855204
HSL0.850.690.54
HSV305°75°85°
CMYK 0.000.750.06   0.15
XYZ41.178721.997459.2023
Yxy21.99740.33650.1797
Hunter Lab46.901474.6428-42.0091
CIE-Lab54.024276.5106-42.5071

#da37cc color RGB value is (218,55,204).

#da37cc hex color red value is 218, green value is 55 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #da37cc hue: 0.85 , saturation: 0.69 and the lightness value of da37cc is 0.54.

The process color (four color CMYK) of #da37cc color hex is 0.00, 0.75, 0.06, 0.15. Web safe color of #da37cc is #cc33cc. Color #da37cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00110111 11001100
Octal 332 67 314
Decimal 218 55 204
Hex DA 37 CC

RGB Percentages of Color #da37cc

%45.70
%11.53
%42.77

CMYK Percentages of Color #da37cc

%0
%75
%6
%15

Triadic Colors of #da37cc

#da37cc #ccda37 #37ccda

Analogous Colors of #da37cc

#da37cc #da377b #9737da

Monochromatic Colors of #da37cc

#da37cc

Complementary Color

#da37cc #37da45

#da37cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da37cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#da37cc Color CSS Codes

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

#da37cc Text Font Color

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

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


#da37cc Background Color

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

This div background color is #da37cc


#da37cc Border Color

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

This div border color is #da37cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da37cc


Comments

No comments written yet.

Please login to write comment.