Color Hex Logo

#cc35b5 Color Hex

#CC35B5
(204,53,181)
0 Favorites   0 Comments

Color spaces of #cc35b5

RGB 20453181
HSL0.860.600.50
HSV309°74°80°
CMYK 0.000.740.11   0.20
XYZ34.515418.719845.5102
Yxy18.71980.34950.1896
Hunter Lab43.266466.6807-32.0783
CIE-Lab50.357870.6958-35.1262

#cc35b5 color RGB value is (204,53,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110101 10110101
Octal 314 65 265
Decimal 204 53 181
Hex CC 35 B5

RGB Percentages of Color #cc35b5

%46.58
%12.10
%41.32

CMYK Percentages of Color #cc35b5

%0
%74
%11
%20

Triadic Colors of #cc35b5

#cc35b5 #b5cc35 #35b5cc

Analogous Colors of #cc35b5

#cc35b5 #cc356a #9835cc

Monochromatic Colors of #cc35b5

#cc35b5

Complementary Color

#cc35b5 #35cc4c

#cc35b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc35b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc35b5 Color CSS Codes

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

#cc35b5 Text Font Color

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

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


#cc35b5 Background Color

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

This div background color is #cc35b5


#cc35b5 Border Color

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

This div border color is #cc35b5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc35b5


Comments

No comments written yet.

Please login to write comment.