Color Hex Logo

#d33dde Color Hex

#D33DDE
(211,61,222)
0 Favorites   0 Comments

Color spaces of #d33dde

RGB 21161222
HSL0.820.710.55
HSV296°73°87°
CMYK 0.050.730.00   0.13
XYZ41.717522.460371.2438
Yxy22.46030.30810.1659
Hunter Lab47.392374.1897-55.9547
CIE-Lab54.512076.0511-52.0579

#d33dde color RGB value is (211,61,222).

#d33dde hex color red value is 211, green value is 61 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d33dde hue: 0.82 , saturation: 0.71 and the lightness value of d33dde is 0.55.

The process color (four color CMYK) of #d33dde color hex is 0.05, 0.73, 0.00, 0.13. Web safe color of #d33dde is #cc33cc. Color #d33dde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00111101 11011110
Octal 323 75 336
Decimal 211 61 222
Hex D3 3D DE

RGB Percentages of Color #d33dde

%42.71
%12.35
%44.94

CMYK Percentages of Color #d33dde

%5
%73
%0
%13

Triadic Colors of #d33dde

#d33dde #ded33d #3dded3

Analogous Colors of #d33dde

#d33dde #de3d99 #833dde

Monochromatic Colors of #d33dde

#d33dde

Complementary Color

#d33dde #48de3d

#d33dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d33dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#d33dde Color CSS Codes

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

#d33dde Text Font Color

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

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


#d33dde Background Color

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

This div background color is #d33dde


#d33dde Border Color

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

This div border color is #d33dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d33dde


Comments

No comments written yet.

Please login to write comment.