Color Hex Logo

#da237d Color Hex

#DA237D
(218,35,125)
0 Favorites   0 Comments

Color spaces of #da237d

RGB 21835125
HSL0.920.720.50
HSV330°84°85°
CMYK 0.000.840.43   0.15
XYZ33.216117.588221.0462
Yxy17.58820.46230.2448
Hunter Lab41.938367.9841-0.3971
CIE-Lab48.992872.0458-3.5816

#da237d color RGB value is (218,35,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00100011 01111101
Octal 332 43 175
Decimal 218 35 125
Hex DA 23 7D

RGB Percentages of Color #da237d

%57.67
%9.26
%33.07

CMYK Percentages of Color #da237d

%0
%84
%43
%15

Triadic Colors of #da237d

#da237d #7dda23 #237dda

Analogous Colors of #da237d

#da237d #da2523 #da23d9

Monochromatic Colors of #da237d

#da237d

Complementary Color

#da237d #23da80

#da237d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da237d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da237d Color CSS Codes

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

#da237d Text Font Color

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

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


#da237d Background Color

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

This div background color is #da237d


#da237d Border Color

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

This div border color is #da237d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,35,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 #da237d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da237d


Comments

No comments written yet.

Please login to write comment.