Color Hex Logo

#d352cc Color Hex

#D352CC
(211,82,204)
0 Favorites   0 Comments

Color spaces of #d352cc

RGB 21182204
HSL0.840.590.57
HSV303°61°83°
CMYK 0.000.610.03   0.17
XYZ40.780324.243159.6568
Yxy24.24310.32710.1944
Hunter Lab49.237361.6756-37.3708
CIE-Lab56.330465.3463-38.9477

#d352cc color RGB value is (211,82,204).

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

The process color (four color CMYK) of #d352cc color hex is 0.00, 0.61, 0.03, 0.17. Web safe color of #d352cc is #cc66cc. Color #d352cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01010010 11001100
Octal 323 122 314
Decimal 211 82 204
Hex D3 52 CC

RGB Percentages of Color #d352cc

%42.45
%16.50
%41.05

CMYK Percentages of Color #d352cc

%0
%61
%3
%17

Triadic Colors of #d352cc

#d352cc #ccd352 #52ccd3

Analogous Colors of #d352cc

#d352cc #d3528c #9a52d3

Monochromatic Colors of #d352cc

#d352cc

Complementary Color

#d352cc #52d359

#d352cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d352cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d352cc Color CSS Codes

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

#d352cc Text Font Color

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

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


#d352cc Background Color

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

This div background color is #d352cc


#d352cc Border Color

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

This div border color is #d352cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d352cc


Comments

No comments written yet.

Please login to write comment.