Color Hex Logo

#c763eb Color Hex

#C763EB
(199,99,235)
0 Favorites   0 Comments

Color spaces of #c763eb

RGB 19999235
HSL0.790.770.65
HSV284°58°92°
CMYK 0.150.580.00   0.08
XYZ43.010427.064081.5542
Yxy27.06400.28370.1785
Hunter Lab52.023156.5356-56.5301
CIE-Lab59.033560.4475-52.2637

#c763eb color RGB value is (199,99,235).

#c763eb hex color red value is 199, green value is 99 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c763eb hue: 0.79 , saturation: 0.77 and the lightness value of c763eb is 0.65.

The process color (four color CMYK) of #c763eb color hex is 0.15, 0.58, 0.00, 0.08. Web safe color of #c763eb is #cc66ff. Color #c763eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01100011 11101011
Octal 307 143 353
Decimal 199 99 235
Hex C7 63 EB

RGB Percentages of Color #c763eb

%37.34
%18.57
%44.09

CMYK Percentages of Color #c763eb

%15
%58
%0
%8

Triadic Colors of #c763eb

#c763eb #ebc763 #63ebc7

Analogous Colors of #c763eb

#c763eb #eb63cb #8363eb

Monochromatic Colors of #c763eb

#c763eb

Complementary Color

#c763eb #87eb63

#c763eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c763eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c763eb Color CSS Codes

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

#c763eb Text Font Color

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

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


#c763eb Background Color

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

This div background color is #c763eb


#c763eb Border Color

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

This div border color is #c763eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c763eb


Comments

No comments written yet.

Please login to write comment.