Color Hex Logo

#d33dcc Color Hex

#D33DCC
(211,61,204)
0 Favorites   0 Comments

Color spaces of #d33dcc

RGB 21161204
HSL0.840.630.53
HSV303°71°83°
CMYK 0.000.710.03   0.17
XYZ39.431821.546059.2072
Yxy21.54600.32810.1793
Hunter Lab46.417770.4048-43.1339
CIE-Lab53.542073.1620-43.3432

#d33dcc color RGB value is (211,61,204).

#d33dcc hex color red value is 211, green value is 61 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d33dcc hue: 0.84 , saturation: 0.63 and the lightness value of d33dcc is 0.53.

The process color (four color CMYK) of #d33dcc color hex is 0.00, 0.71, 0.03, 0.17. Web safe color of #d33dcc is #cc33cc. Color #d33dcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00111101 11001100
Octal 323 75 314
Decimal 211 61 204
Hex D3 3D CC

RGB Percentages of Color #d33dcc

%44.33
%12.82
%42.86

CMYK Percentages of Color #d33dcc

%0
%71
%3
%17

Triadic Colors of #d33dcc

#d33dcc #ccd33d #3dccd3

Analogous Colors of #d33dcc

#d33dcc #d33d81 #8f3dd3

Monochromatic Colors of #d33dcc

#d33dcc

Complementary Color

#d33dcc #3dd344

#d33dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d33dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d33dcc Color CSS Codes

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

#d33dcc Text Font Color

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

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


#d33dcc Background Color

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

This div background color is #d33dcc


#d33dcc Border Color

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

This div border color is #d33dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d33dcc


Comments

No comments written yet.

Please login to write comment.