Color Hex Logo

#cc3685 Color Hex

#CC3685
(204,54,133)
0 Favorites   0 Comments

Color spaces of #cc3685

RGB 20454133
HSL0.910.600.51
HSV328°74°80°
CMYK 0.000.740.35   0.20
XYZ30.454617.169223.8991
Yxy17.16920.42580.2401
Hunter Lab41.435758.6821-5.1920
CIE-Lab48.472564.2446-9.4839

#cc3685 color RGB value is (204,54,133).

#cc3685 hex color red value is 204, green value is 54 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #cc3685 hue: 0.91 , saturation: 0.60 and the lightness value of cc3685 is 0.51.

The process color (four color CMYK) of #cc3685 color hex is 0.00, 0.74, 0.35, 0.20. Web safe color of #cc3685 is #cc3399. Color #cc3685 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110110 10000101
Octal 314 66 205
Decimal 204 54 133
Hex CC 36 85

RGB Percentages of Color #cc3685

%52.17
%13.81
%34.02

CMYK Percentages of Color #cc3685

%0
%74
%35
%20

Triadic Colors of #cc3685

#cc3685 #85cc36 #3685cc

Analogous Colors of #cc3685

#cc3685 #cc363a #c836cc

Monochromatic Colors of #cc3685

#cc3685

Complementary Color

#cc3685 #36cc7d

#cc3685 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc3685 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc3685 Color CSS Codes

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

#cc3685 Text Font Color

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

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


#cc3685 Background Color

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

This div background color is #cc3685


#cc3685 Border Color

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

This div border color is #cc3685


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc3685


Comments

No comments written yet.

Please login to write comment.