Color Hex Logo

#c263cd Color Hex

#C263CD
(194,99,205)
0 Favorites   0 Comments

Color spaces of #c263cd

RGB 19499205
HSL0.820.510.60
HSV294°52°80°
CMYK 0.050.520.00   0.20
XYZ37.729424.800860.5561
Yxy24.80080.30650.2015
Hunter Lab49.800448.0831-37.2349
CIE-Lab56.880853.3246-38.8169

#c263cd color RGB value is (194,99,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01100011 11001101
Octal 302 143 315
Decimal 194 99 205
Hex C2 63 CD

RGB Percentages of Color #c263cd

%38.96
%19.88
%41.16

CMYK Percentages of Color #c263cd

%5
%52
%0
%20

Triadic Colors of #c263cd

#c263cd #cdc263 #63cdc2

Analogous Colors of #c263cd

#c263cd #cd63a3 #8d63cd

Monochromatic Colors of #c263cd

#c263cd

Complementary Color

#c263cd #6ecd63

#c263cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c263cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c263cd Color CSS Codes

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

#c263cd Text Font Color

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

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


#c263cd Background Color

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

This div background color is #c263cd


#c263cd Border Color

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

This div border color is #c263cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c263cd


Comments

No comments written yet.

Please login to write comment.