color codes Logo

#d336cc color codes

#D336CC
(211,54,204)
0 Favorites   0 Comments

Color spaces of #d336cc

RGB 21154204
HSL0.840.640.52
HSV303°74°83°
CMYK 0.000.740.03   0.17
XYZ39.082220.846959.0907
Yxy20.84690.32840.1752
Hunter Lab45.658472.8883-44.7717
CIE-Lab52.781575.3343-44.5471

#d336cc color RGB value is (211,54,204).

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

The process color (four color CMYK) of #d336cc color code is 0.00, 0.74, 0.03, 0.17. Web safe color of #d336cc is #cc33cc. Color #d336cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00110110 11001100
Octal 323 66 314
Decimal 211 54 204
Hex D3 36 CC

RGB Percentages of Color #d336cc

%44.99
%11.51
%43.50

CMYK Percentages of Color #d336cc

%0
%74
%3
%17

Triadic Colors of #d336cc

#d336cc #ccd336 #36ccd3

Analogous Colors of #d336cc

#d336cc #d3367e #8c36d3

Monochromatic Colors of #d336cc

#d336cc

Complementary Color

#d336cc #36d33d

#d336cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d336cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d336cc Color CSS Codes

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

#d336cc Text Font Color

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

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


#d336cc Background Color

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

This div background color is #d336cc


#d336cc Border Color

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

This div border color is #d336cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d336cc


Comments

No comments written yet.

Please login to write comment.