Color Hex Logo

#d33eff Color Hex

#D33EFF
(211,62,255)
0 Favorites   0 Comments

Color spaces of #d33eff

RGB 21162255
HSL0.801.000.62
HSV286°76°100°
CMYK 0.170.760.00   0.00
XYZ46.636624.514196.8814
Yxy24.51410.27750.1459
Hunter Lab49.511781.4891-81.3567
CIE-Lab56.598981.4398-67.1933

#d33eff color RGB value is (211,62,255).

#d33eff hex color red value is 211, green value is 62 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d33eff hue: 0.80 , saturation: 1.00 and the lightness value of d33eff is 0.62.

The process color (four color CMYK) of #d33eff color hex is 0.17, 0.76, 0.00, 0.00. Web safe color of #d33eff is #cc33ff. Color #d33eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00111110 11111111
Octal 323 76 377
Decimal 211 62 255
Hex D3 3E FF

RGB Percentages of Color #d33eff

%39.96
%11.74
%48.30

CMYK Percentages of Color #d33eff

%17
%76
%0
%0

Triadic Colors of #d33eff

#d33eff #ffd33e #3effd3

Analogous Colors of #d33eff

#d33eff #ff3ecb #733eff

Monochromatic Colors of #d33eff

#d33eff

Complementary Color

#d33eff #6aff3e

#d33eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d33eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d33eff Color CSS Codes

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

#d33eff Text Font Color

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

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


#d33eff Background Color

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

This div background color is #d33eff


#d33eff Border Color

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

This div border color is #d33eff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,62,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d33eff


Comments

No comments written yet.

Please login to write comment.