Color Hex Logo

#cc3cbe Color Hex

#CC3CBE
(204,60,190)
0 Favorites   0 Comments

Color spaces of #cc3cbe

RGB 20460190
HSL0.850.590.52
HSV306°71°80°
CMYK 0.000.710.07   0.20
XYZ35.812019.786850.6469
Yxy19.78680.33710.1862
Hunter Lab44.482465.8632-36.3690
CIE-Lab51.595369.7736-38.4192

#cc3cbe color RGB value is (204,60,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00111100 10111110
Octal 314 74 276
Decimal 204 60 190
Hex CC 3C BE

RGB Percentages of Color #cc3cbe

%44.93
%13.22
%41.85

CMYK Percentages of Color #cc3cbe

%0
%71
%7
%20

Triadic Colors of #cc3cbe

#cc3cbe #becc3c #3cbecc

Analogous Colors of #cc3cbe

#cc3cbe #cc3c76 #923ccc

Monochromatic Colors of #cc3cbe

#cc3cbe

Complementary Color

#cc3cbe #3ccc4a

#cc3cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc3cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc3cbe Color CSS Codes

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

#cc3cbe Text Font Color

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

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


#cc3cbe Background Color

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

This div background color is #cc3cbe


#cc3cbe Border Color

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

This div border color is #cc3cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc3cbe


Comments

No comments written yet.

Please login to write comment.