Color Hex Logo

#c263cc Color Hex

#C263CC
(194,99,204)
0 Favorites   0 Comments

Color spaces of #c263cc

RGB 19499204
HSL0.820.510.59
HSV294°51°80°
CMYK 0.050.510.00   0.20
XYZ37.609124.752659.9223
Yxy24.75260.30760.2024
Hunter Lab49.752047.8678-36.5837
CIE-Lab56.833653.1372-38.3226

#c263cc color RGB value is (194,99,204).

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

The process color (four color CMYK) of #c263cc color hex is 0.05, 0.51, 0.00, 0.20. Web safe color of #c263cc is #cc66cc. Color #c263cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01100011 11001100
Octal 302 143 314
Decimal 194 99 204
Hex C2 63 CC

RGB Percentages of Color #c263cc

%39.03
%19.92
%41.05

CMYK Percentages of Color #c263cc

%5
%51
%0
%20

Triadic Colors of #c263cc

#c263cc #ccc263 #63ccc2

Analogous Colors of #c263cc

#c263cc #cc63a2 #8e63cc

Monochromatic Colors of #c263cc

#c263cc

Complementary Color

#c263cc #6dcc63

#c263cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c263cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c263cc Color CSS Codes

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

#c263cc Text Font Color

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

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


#c263cc Background Color

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

This div background color is #c263cc


#c263cc Border Color

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

This div border color is #c263cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c263cc


Comments

No comments written yet.

Please login to write comment.