Color Hex Logo

#c261ce Color Hex

#C261CE
(194,97,206)
0 Favorites   0 Comments

Color spaces of #c261ce

RGB 19497206
HSL0.810.530.59
HSV293°53°81°
CMYK 0.060.530.00   0.19
XYZ37.663424.475061.1316
Yxy24.47500.30550.1985
Hunter Lab49.472249.3164-38.6326
CIE-Lab56.560354.4918-39.8890

#c261ce color RGB value is (194,97,206).

#c261ce hex color red value is 194, green value is 97 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c261ce hue: 0.81 , saturation: 0.53 and the lightness value of c261ce is 0.59.

The process color (four color CMYK) of #c261ce color hex is 0.06, 0.53, 0.00, 0.19. Web safe color of #c261ce is #cc66cc. Color #c261ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01100001 11001110
Octal 302 141 316
Decimal 194 97 206
Hex C2 61 CE

RGB Percentages of Color #c261ce

%39.03
%19.52
%41.45

CMYK Percentages of Color #c261ce

%6
%53
%0
%19

Triadic Colors of #c261ce

#c261ce #cec261 #61cec2

Analogous Colors of #c261ce

#c261ce #ce61a4 #8c61ce

Monochromatic Colors of #c261ce

#c261ce

Complementary Color

#c261ce #6dce61

#c261ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c261ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c261ce Color CSS Codes

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

#c261ce Text Font Color

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

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


#c261ce Background Color

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

This div background color is #c261ce


#c261ce Border Color

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

This div border color is #c261ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,97,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 #c261ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c261ce


Comments

No comments written yet.

Please login to write comment.