Color Hex Logo

#c261b1 Color Hex

#C261B1
(194,97,177)
0 Favorites   0 Comments

Color spaces of #c261b1

RGB 19497177
HSL0.860.440.57
HSV311°50°76°
CMYK 0.000.500.09   0.24
XYZ34.458623.193044.2555
Yxy23.19300.33810.2276
Hunter Lab48.159143.4411-20.7728
CIE-Lab55.270649.3240-25.2688

#c261b1 color RGB value is (194,97,177).

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

The process color (four color CMYK) of #c261b1 color hex is 0.00, 0.50, 0.09, 0.24. Web safe color of #c261b1 is #cc6699. Color #c261b1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01100001 10110001
Octal 302 141 261
Decimal 194 97 177
Hex C2 61 B1

RGB Percentages of Color #c261b1

%41.45
%20.73
%37.82

CMYK Percentages of Color #c261b1

%0
%50
%9
%24

Triadic Colors of #c261b1

#c261b1 #b1c261 #61b1c2

Analogous Colors of #c261b1

#c261b1 #c26181 #a361c2

Monochromatic Colors of #c261b1

#c261b1

Complementary Color

#c261b1 #61c272

#c261b1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c261b1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c261b1 Color CSS Codes

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

#c261b1 Text Font Color

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

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


#c261b1 Background Color

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

This div background color is #c261b1


#c261b1 Border Color

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

This div border color is #c261b1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c261b1


Comments

No comments written yet.

Please login to write comment.