Color Hex Logo

#cc35bd Color Hex

#CC35BD
(204,53,189)
0 Favorites   0 Comments

Color spaces of #cc35bd

RGB 20453189
HSL0.850.600.50
HSV306°74°80°
CMYK 0.000.740.07   0.20
XYZ35.360319.057749.9589
Yxy19.05770.33880.1826
Hunter Lab43.655168.1871-37.2929
CIE-Lab50.754671.8723-39.1637

#cc35bd color RGB value is (204,53,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110101 10111101
Octal 314 65 275
Decimal 204 53 189
Hex CC 35 BD

RGB Percentages of Color #cc35bd

%45.74
%11.88
%42.38

CMYK Percentages of Color #cc35bd

%0
%74
%7
%20

Triadic Colors of #cc35bd

#cc35bd #bdcc35 #35bdcc

Analogous Colors of #cc35bd

#cc35bd #cc3572 #9035cc

Monochromatic Colors of #cc35bd

#cc35bd

Complementary Color

#cc35bd #35cc44

#cc35bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc35bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc35bd Color CSS Codes

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

#cc35bd Text Font Color

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

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


#cc35bd Background Color

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

This div background color is #cc35bd


#cc35bd Border Color

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

This div border color is #cc35bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc35bd


Comments

No comments written yet.

Please login to write comment.