Color Hex Logo

#da38bd Color Hex

#DA38BD
(218,56,189)
0 Favorites   0 Comments

Color spaces of #da38bd

RGB 21856189
HSL0.860.690.54
HSV311°74°85°
CMYK 0.000.740.13   0.15
XYZ39.512921.407950.1937
Yxy21.40790.35560.1927
Hunter Lab46.268771.4667-31.9316
CIE-Lab53.393174.0592-34.8560

#da38bd color RGB value is (218,56,189).

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

The process color (four color CMYK) of #da38bd color hex is 0.00, 0.74, 0.13, 0.15. Web safe color of #da38bd is #cc33cc. Color #da38bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00111000 10111101
Octal 332 70 275
Decimal 218 56 189
Hex DA 38 BD

RGB Percentages of Color #da38bd

%47.08
%12.10
%40.82

CMYK Percentages of Color #da38bd

%0
%74
%13
%15

Triadic Colors of #da38bd

#da38bd #bdda38 #38bdda

Analogous Colors of #da38bd

#da38bd #da386c #a638da

Monochromatic Colors of #da38bd

#da38bd

Complementary Color

#da38bd #38da55

#da38bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da38bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#da38bd Color CSS Codes

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

#da38bd Text Font Color

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

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


#da38bd Background Color

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

This div background color is #da38bd


#da38bd Border Color

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

This div border color is #da38bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da38bd


Comments

No comments written yet.

Please login to write comment.