Color Hex Logo

#c26599 Color Hex

#C26599
(194,101,153)
0 Favorites   0 Comments

Color spaces of #c26599

RGB 194101153
HSL0.910.430.58
HSV326°48°76°
CMYK 0.000.480.21   0.24
XYZ32.651623.076632.8703
Yxy23.07660.36850.2605
Hunter Lab48.038137.2601-6.9428
CIE-Lab55.151243.4946-11.4922

#c26599 color RGB value is (194,101,153).

#c26599 hex color red value is 194, green value is 101 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #c26599 hue: 0.91 , saturation: 0.43 and the lightness value of c26599 is 0.58.

The process color (four color CMYK) of #c26599 color hex is 0.00, 0.48, 0.21, 0.24. Web safe color of #c26599 is #cc6699. Color #c26599 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01100101 10011001
Octal 302 145 231
Decimal 194 101 153
Hex C2 65 99

RGB Percentages of Color #c26599

%43.30
%22.54
%34.15

CMYK Percentages of Color #c26599

%0
%48
%21
%24

Triadic Colors of #c26599

#c26599 #99c265 #6599c2

Analogous Colors of #c26599

#c26599 #c2656b #bd65c2

Monochromatic Colors of #c26599

#c26599

Complementary Color

#c26599 #65c28e

#c26599 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c26599 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c26599 Color CSS Codes

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

#c26599 Text Font Color

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

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


#c26599 Background Color

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

This div background color is #c26599


#c26599 Border Color

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

This div border color is #c26599


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c26599


Comments

No comments written yet.

Please login to write comment.