Color Hex Logo

#da00be Color Hex

#DA00BE
(218,0,190)
0 Favorites   0 Comments

Color spaces of #da00be

RGB 2180190
HSL0.851.000.43
HSV308°100°85°
CMYK 0.001.000.13   0.15
XYZ38.207718.623150.2961
Yxy18.62310.35670.1738
Hunter Lab43.154582.5182-38.8937
CIE-Lab50.243383.4808-40.3917

#da00be color RGB value is (218,0,190).

#da00be hex color red value is 218, green value is 0 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #da00be hue: 0.85 , saturation: 1.00 and the lightness value of da00be is 0.43.

The process color (four color CMYK) of #da00be color hex is 0.00, 1.00, 0.13, 0.15. Web safe color of #da00be is #cc00cc. Color #da00be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00000000 10111110
Octal 332 0 276
Decimal 218 0 190
Hex DA 0 BE

RGB Percentages of Color #da00be

%53.43
%0.00
%46.57

CMYK Percentages of Color #da00be

%0
%100
%13
%15

Triadic Colors of #da00be

#da00be #beda00 #00beda

Analogous Colors of #da00be

#da00be #da0051 #8900da

Monochromatic Colors of #da00be

#da00be

Complementary Color

#da00be #00da1c

#da00be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da00be Color Preview on White Background

Lorem ipsum dolor sit amet.

#da00be Color CSS Codes

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

#da00be Text Font Color

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

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


#da00be Background Color

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

This div background color is #da00be


#da00be Border Color

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

This div border color is #da00be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da00be


Comments

No comments written yet.

Please login to write comment.