Color Hex Logo

#c763ce Color Hex

#C763CE
(199,99,206)
0 Favorites   0 Comments

Color spaces of #c763ce

RGB 19999206
HSL0.820.520.60
HSV296°52°81°
CMYK 0.030.520.00   0.19
XYZ39.155625.522061.2550
Yxy25.52200.31090.2027
Hunter Lab50.519349.9398-36.5260
CIE-Lab57.580554.8816-38.2409

#c763ce color RGB value is (199,99,206).

#c763ce hex color red value is 199, green value is 99 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c763ce hue: 0.82 , saturation: 0.52 and the lightness value of c763ce is 0.60.

The process color (four color CMYK) of #c763ce color hex is 0.03, 0.52, 0.00, 0.19. Web safe color of #c763ce is #cc66cc. Color #c763ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01100011 11001110
Octal 307 143 316
Decimal 199 99 206
Hex C7 63 CE

RGB Percentages of Color #c763ce

%39.48
%19.64
%40.87

CMYK Percentages of Color #c763ce

%3
%52
%0
%19

Triadic Colors of #c763ce

#c763ce #cec763 #63cec7

Analogous Colors of #c763ce

#c763ce #ce63a0 #9263ce

Monochromatic Colors of #c763ce

#c763ce

Complementary Color

#c763ce #6ace63

#c763ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c763ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c763ce Color CSS Codes

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

#c763ce Text Font Color

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

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


#c763ce Background Color

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

This div background color is #c763ce


#c763ce Border Color

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

This div border color is #c763ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,99,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c763ce


Comments

No comments written yet.

Please login to write comment.