Color Hex Logo

#cc40bd Color Hex

#CC40BD
(204,64,189)
0 Favorites   0 Comments

Color spaces of #cc40bd

RGB 20464189
HSL0.850.580.53
HSV306°69°80°
CMYK 0.000.690.07   0.20
XYZ35.920520.178350.1457
Yxy20.17830.33810.1899
Hunter Lab44.920364.1271-34.7428
CIE-Lab52.038268.2288-37.1427

#cc40bd color RGB value is (204,64,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01000000 10111101
Octal 314 100 275
Decimal 204 64 189
Hex CC 40 BD

RGB Percentages of Color #cc40bd

%44.64
%14.00
%41.36

CMYK Percentages of Color #cc40bd

%0
%69
%7
%20

Triadic Colors of #cc40bd

#cc40bd #bdcc40 #40bdcc

Analogous Colors of #cc40bd

#cc40bd #cc4077 #9540cc

Monochromatic Colors of #cc40bd

#cc40bd

Complementary Color

#cc40bd #40cc4f

#cc40bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc40bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc40bd Color CSS Codes

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

#cc40bd Text Font Color

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

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


#cc40bd Background Color

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

This div background color is #cc40bd


#cc40bd Border Color

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

This div border color is #cc40bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc40bd


Comments

No comments written yet.

Please login to write comment.