Color Hex Logo

#da38be Color Hex

#DA38BE
(218,56,190)
0 Favorites   0 Comments

Color spaces of #da38be

RGB 21856190
HSL0.860.690.54
HSV310°74°85°
CMYK 0.000.740.13   0.15
XYZ39.621921.451550.7674
Yxy21.45150.35430.1918
Hunter Lab46.315871.6494-32.5676
CIE-Lab53.440174.1991-35.3613

#da38be color RGB value is (218,56,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00111000 10111110
Octal 332 70 276
Decimal 218 56 190
Hex DA 38 BE

RGB Percentages of Color #da38be

%46.98
%12.07
%40.95

CMYK Percentages of Color #da38be

%0
%74
%13
%15

Triadic Colors of #da38be

#da38be #beda38 #38beda

Analogous Colors of #da38be

#da38be #da386d #a538da

Monochromatic Colors of #da38be

#da38be

Complementary Color

#da38be #38da54

#da38be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da38be Color Preview on White Background

Lorem ipsum dolor sit amet.

#da38be Color CSS Codes

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

#da38be Text Font Color

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

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


#da38be Background Color

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

This div background color is #da38be


#da38be Border Color

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

This div border color is #da38be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da38be


Comments

No comments written yet.

Please login to write comment.