Color Hex Logo

#cc46dd Color Hex

#CC46DD
(204,70,221)
0 Favorites   0 Comments

Color spaces of #cc46dd

RGB 20470221
HSL0.810.690.57
HSV293°68°87°
CMYK 0.080.680.00   0.13
XYZ40.143122.438170.6218
Yxy22.43810.30140.1685
Hunter Lab47.368968.3756-55.2367
CIE-Lab54.488871.3097-51.5912

#cc46dd color RGB value is (204,70,221).

#cc46dd hex color red value is 204, green value is 70 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #cc46dd hue: 0.81 , saturation: 0.69 and the lightness value of cc46dd is 0.57.

The process color (four color CMYK) of #cc46dd color hex is 0.08, 0.68, 0.00, 0.13. Web safe color of #cc46dd is #cc33cc. Color #cc46dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01000110 11011101
Octal 314 106 335
Decimal 204 70 221
Hex CC 46 DD

RGB Percentages of Color #cc46dd

%41.21
%14.14
%44.65

CMYK Percentages of Color #cc46dd

%8
%68
%0
%13

Triadic Colors of #cc46dd

#cc46dd #ddcc46 #46ddcc

Analogous Colors of #cc46dd

#cc46dd #dd46a3 #8146dd

Monochromatic Colors of #cc46dd

#cc46dd

Complementary Color

#cc46dd #57dd46

#cc46dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc46dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc46dd Color CSS Codes

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

#cc46dd Text Font Color

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

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


#cc46dd Background Color

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

This div background color is #cc46dd


#cc46dd Border Color

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

This div border color is #cc46dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc46dd


Comments

No comments written yet.

Please login to write comment.