Color Hex Logo

#da3ebd Color Hex

#DA3EBD
(218,62,189)
0 Favorites   0 Comments

Color spaces of #da3ebd

RGB 21862189
HSL0.860.680.55
HSV311°72°85°
CMYK 0.000.720.13   0.15
XYZ39.821422.024850.2965
Yxy22.02480.35510.1964
Hunter Lab46.930669.3318-30.6909
CIE-Lab54.053372.1820-33.8231

#da3ebd color RGB value is (218,62,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00111110 10111101
Octal 332 76 275
Decimal 218 62 189
Hex DA 3E BD

RGB Percentages of Color #da3ebd

%46.48
%13.22
%40.30

CMYK Percentages of Color #da3ebd

%0
%72
%13
%15

Triadic Colors of #da3ebd

#da3ebd #bdda3e #3ebdda

Analogous Colors of #da3ebd

#da3ebd #da3e6f #a93eda

Monochromatic Colors of #da3ebd

#da3ebd

Complementary Color

#da3ebd #3eda5b

#da3ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da3ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#da3ebd Color CSS Codes

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

#da3ebd Text Font Color

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

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


#da3ebd Background Color

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

This div background color is #da3ebd


#da3ebd Border Color

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

This div border color is #da3ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da3ebd


Comments

No comments written yet.

Please login to write comment.