Color Hex Logo

#da33ee Color Hex

#DA33EE
(218,51,238)
0 Favorites   0 Comments

Color spaces of #da33ee

RGB 21851238
HSL0.820.850.57
HSV294°79°93°
CMYK 0.080.790.00   0.07
XYZ45.529923.446183.0148
Yxy23.44610.29960.1543
Hunter Lab48.421283.1045-67.7538
CIE-Lab55.528982.9073-59.3841

#da33ee color RGB value is (218,51,238).

#da33ee hex color red value is 218, green value is 51 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #da33ee hue: 0.82 , saturation: 0.85 and the lightness value of da33ee is 0.57.

The process color (four color CMYK) of #da33ee color hex is 0.08, 0.79, 0.00, 0.07. Web safe color of #da33ee is #cc33ff. Color #da33ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00110011 11101110
Octal 332 63 356
Decimal 218 51 238
Hex DA 33 EE

RGB Percentages of Color #da33ee

%43.00
%10.06
%46.94

CMYK Percentages of Color #da33ee

%8
%79
%0
%7

Triadic Colors of #da33ee

#da33ee #eeda33 #33eeda

Analogous Colors of #da33ee

#da33ee #ee33a5 #7d33ee

Monochromatic Colors of #da33ee

#da33ee

Complementary Color

#da33ee #47ee33

#da33ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da33ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#da33ee Color CSS Codes

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

#da33ee Text Font Color

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

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


#da33ee Background Color

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

This div background color is #da33ee


#da33ee Border Color

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

This div border color is #da33ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da33ee


Comments

No comments written yet.

Please login to write comment.