Color Hex Logo

#da33be Color Hex

#DA33BE
(218,51,190)
0 Favorites   0 Comments

Color spaces of #da33be

RGB 21851190
HSL0.860.690.53
HSV310°77°85°
CMYK 0.000.770.13   0.15
XYZ39.391520.990850.6907
Yxy20.99080.35460.1890
Hunter Lab45.815773.2935-33.5277
CIE-Lab52.939475.6320-36.1464

#da33be color RGB value is (218,51,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00110011 10111110
Octal 332 63 276
Decimal 218 51 190
Hex DA 33 BE

RGB Percentages of Color #da33be

%47.49
%11.11
%41.39

CMYK Percentages of Color #da33be

%0
%77
%13
%15

Triadic Colors of #da33be

#da33be #beda33 #33beda

Analogous Colors of #da33be

#da33be #da336b #a333da

Monochromatic Colors of #da33be

#da33be

Complementary Color

#da33be #33da4f

#da33be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da33be Color Preview on White Background

Lorem ipsum dolor sit amet.

#da33be Color CSS Codes

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

#da33be Text Font Color

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

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


#da33be Background Color

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

This div background color is #da33be


#da33be Border Color

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

This div border color is #da33be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da33be


Comments

No comments written yet.

Please login to write comment.