Color Hex Logo

#c263bb Color Hex

#C263BB
(194,99,187)
0 Favorites   0 Comments

Color spaces of #c263bb

RGB 19499187
HSL0.850.440.57
HSV304°49°76°
CMYK 0.000.490.04   0.24
XYZ35.679623.980949.7620
Yxy23.98090.32610.2192
Hunter Lab48.970344.3565-25.9693
CIE-Lab56.068750.0462-29.7987

#c263bb color RGB value is (194,99,187).

#c263bb hex color red value is 194, green value is 99 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #c263bb hue: 0.85 , saturation: 0.44 and the lightness value of c263bb is 0.57.

The process color (four color CMYK) of #c263bb color hex is 0.00, 0.49, 0.04, 0.24. Web safe color of #c263bb is #cc66cc. Color #c263bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01100011 10111011
Octal 302 143 273
Decimal 194 99 187
Hex C2 63 BB

RGB Percentages of Color #c263bb

%40.42
%20.63
%38.96

CMYK Percentages of Color #c263bb

%0
%49
%4
%24

Triadic Colors of #c263bb

#c263bb #bbc263 #63bbc2

Analogous Colors of #c263bb

#c263bb #c2638c #9a63c2

Monochromatic Colors of #c263bb

#c263bb

Complementary Color

#c263bb #63c26a

#c263bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c263bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c263bb Color CSS Codes

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

#c263bb Text Font Color

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

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


#c263bb Background Color

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

This div background color is #c263bb


#c263bb Border Color

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

This div border color is #c263bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c263bb


Comments

No comments written yet.

Please login to write comment.