Color Hex Logo

#cc63be Color Hex

#CC63BE
(204,99,190)
0 Favorites   0 Comments

Color spaces of #cc63be

RGB 20499190
HSL0.860.510.59
HSV308°51°80°
CMYK 0.000.510.07   0.20
XYZ38.657925.478851.5956
Yxy25.47880.33400.2202
Hunter Lab50.476548.3719-25.2709
CIE-Lab57.539053.4776-29.1331

#cc63be color RGB value is (204,99,190).

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

The process color (four color CMYK) of #cc63be color hex is 0.00, 0.51, 0.07, 0.20. Web safe color of #cc63be is #cc66cc. Color #cc63be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100011 10111110
Octal 314 143 276
Decimal 204 99 190
Hex CC 63 BE

RGB Percentages of Color #cc63be

%41.38
%20.08
%38.54

CMYK Percentages of Color #cc63be

%0
%51
%7
%20

Triadic Colors of #cc63be

#cc63be #becc63 #63becc

Analogous Colors of #cc63be

#cc63be #cc638a #a663cc

Monochromatic Colors of #cc63be

#cc63be

Complementary Color

#cc63be #63cc71

#cc63be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc63be Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc63be Color CSS Codes

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

#cc63be Text Font Color

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

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


#cc63be Background Color

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

This div background color is #cc63be


#cc63be Border Color

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

This div border color is #cc63be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc63be


Comments

No comments written yet.

Please login to write comment.