Color Hex Logo

#c261b3 Color Hex

#C261B3
(194,97,179)
0 Favorites   0 Comments

Color spaces of #c261b3

RGB 19497179
HSL0.860.440.57
HSV309°50°76°
CMYK 0.000.500.08   0.24
XYZ34.659523.273445.3133
Yxy23.27340.33570.2254
Hunter Lab48.242543.8177-21.9202
CIE-Lab55.352849.6610-26.2981

#c261b3 color RGB value is (194,97,179).

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

The process color (four color CMYK) of #c261b3 color hex is 0.00, 0.50, 0.08, 0.24. Web safe color of #c261b3 is #cc66cc. Color #c261b3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01100001 10110011
Octal 302 141 263
Decimal 194 97 179
Hex C2 61 B3

RGB Percentages of Color #c261b3

%41.28
%20.64
%38.09

CMYK Percentages of Color #c261b3

%0
%50
%8
%24

Triadic Colors of #c261b3

#c261b3 #b3c261 #61b3c2

Analogous Colors of #c261b3

#c261b3 #c26183 #a161c2

Monochromatic Colors of #c261b3

#c261b3

Complementary Color

#c261b3 #61c270

#c261b3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c261b3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c261b3 Color CSS Codes

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

#c261b3 Text Font Color

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

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


#c261b3 Background Color

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

This div background color is #c261b3


#c261b3 Border Color

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

This div border color is #c261b3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c261b3


Comments

No comments written yet.

Please login to write comment.