Color Hex Logo

#da37cd Color Hex

#DA37CD
(218,55,205)
0 Favorites   0 Comments

Color spaces of #da37cd

RGB 21855205
HSL0.850.690.54
HSV305°75°85°
CMYK 0.000.750.06   0.15
XYZ41.299122.045659.8361
Yxy22.04560.33530.1790
Hunter Lab46.952774.8393-42.6917
CIE-Lab54.075476.6587-42.9995

#da37cd color RGB value is (218,55,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00110111 11001101
Octal 332 67 315
Decimal 218 55 205
Hex DA 37 CD

RGB Percentages of Color #da37cd

%45.61
%11.51
%42.89

CMYK Percentages of Color #da37cd

%0
%75
%6
%15

Triadic Colors of #da37cd

#da37cd #cdda37 #37cdda

Analogous Colors of #da37cd

#da37cd #da377c #9637da

Monochromatic Colors of #da37cd

#da37cd

Complementary Color

#da37cd #37da44

#da37cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da37cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#da37cd Color CSS Codes

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

#da37cd Text Font Color

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

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


#da37cd Background Color

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

This div background color is #da37cd


#da37cd Border Color

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

This div border color is #da37cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da37cd


Comments

No comments written yet.

Please login to write comment.