Color Hex Logo

#cc46bd Color Hex

#CC46BD
(204,70,189)
0 Favorites   0 Comments

Color spaces of #cc46bd

RGB 20470189
HSL0.850.570.54
HSV307°66°80°
CMYK 0.000.660.07   0.20
XYZ36.277320.891850.2646
Yxy20.89180.33770.1945
Hunter Lab45.707561.6842-33.2059
CIE-Lab52.830966.0052-35.8980

#cc46bd color RGB value is (204,70,189).

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

The process color (four color CMYK) of #cc46bd color hex is 0.00, 0.66, 0.07, 0.20. Web safe color of #cc46bd is #cc33cc. Color #cc46bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01000110 10111101
Octal 314 106 275
Decimal 204 70 189
Hex CC 46 BD

RGB Percentages of Color #cc46bd

%44.06
%15.12
%40.82

CMYK Percentages of Color #cc46bd

%0
%66
%7
%20

Triadic Colors of #cc46bd

#cc46bd #bdcc46 #46bdcc

Analogous Colors of #cc46bd

#cc46bd #cc467a #9846cc

Monochromatic Colors of #cc46bd

#cc46bd

Complementary Color

#cc46bd #46cc55

#cc46bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc46bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc46bd Color CSS Codes

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

#cc46bd Text Font Color

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

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


#cc46bd Background Color

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

This div background color is #cc46bd


#cc46bd Border Color

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

This div border color is #cc46bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc46bd


Comments

No comments written yet.

Please login to write comment.