Color Hex Logo

#cc38bd Color Hex

#CC38BD
(204,56,189)
0 Favorites   0 Comments

Color spaces of #cc38bd

RGB 20456189
HSL0.850.590.51
HSV306°73°80°
CMYK 0.000.730.07   0.20
XYZ35.501319.339850.0059
Yxy19.33980.33860.1845
Hunter Lab43.977067.1377-36.6342
CIE-Lab51.082470.9369-38.6470

#cc38bd color RGB value is (204,56,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00111000 10111101
Octal 314 70 275
Decimal 204 56 189
Hex CC 38 BD

RGB Percentages of Color #cc38bd

%45.43
%12.47
%42.09

CMYK Percentages of Color #cc38bd

%0
%73
%7
%20

Triadic Colors of #cc38bd

#cc38bd #bdcc38 #38bdcc

Analogous Colors of #cc38bd

#cc38bd #cc3873 #9138cc

Monochromatic Colors of #cc38bd

#cc38bd

Complementary Color

#cc38bd #38cc47

#cc38bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc38bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc38bd Color CSS Codes

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

#cc38bd Text Font Color

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

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


#cc38bd Background Color

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

This div background color is #cc38bd


#cc38bd Border Color

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

This div border color is #cc38bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc38bd


Comments

No comments written yet.

Please login to write comment.