Color Hex Logo

#d335cc Color Hex

#D335CC
(211,53,204)
0 Favorites   0 Comments

Color spaces of #d335cc

RGB 21153204
HSL0.840.640.52
HSV303°75°83°
CMYK 0.000.750.03   0.17
XYZ39.036220.754759.0754
Yxy20.75470.32840.1746
Hunter Lab45.557373.2240-44.9928
CIE-Lab52.680075.6261-44.7081

#d335cc color RGB value is (211,53,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 00110101 11001100
Octal 323 65 314
Decimal 211 53 204
Hex D3 35 CC

RGB Percentages of Color #d335cc

%45.09
%11.32
%43.59

CMYK Percentages of Color #d335cc

%0
%75
%3
%17

Triadic Colors of #d335cc

#d335cc #ccd335 #35ccd3

Analogous Colors of #d335cc

#d335cc #d3357d #8b35d3

Monochromatic Colors of #d335cc

#d335cc

Complementary Color

#d335cc #35d33c

#d335cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d335cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d335cc Color CSS Codes

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

#d335cc Text Font Color

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

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


#d335cc Background Color

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

This div background color is #d335cc


#d335cc Border Color

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

This div border color is #d335cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d335cc


Comments

No comments written yet.

Please login to write comment.