Color Hex Logo

#c26476 Color Hex

#C26476
(194,100,118)
0 Favorites   0 Comments

Color spaces of #c26476

RGB 194100118
HSL0.970.440.58
HSV349°48°76°
CMYK 0.000.480.39   0.24
XYZ30.075321.891719.7799
Yxy21.89170.41920.3051
Hunter Lab46.788632.85837.6871
CIE-Lab53.911939.37267.2670

#c26476 color RGB value is (194,100,118).

#c26476 hex color red value is 194, green value is 100 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #c26476 hue: 0.97 , saturation: 0.44 and the lightness value of c26476 is 0.58.

The process color (four color CMYK) of #c26476 color hex is 0.00, 0.48, 0.39, 0.24. Web safe color of #c26476 is #cc6666. Color #c26476 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01100100 01110110
Octal 302 144 166
Decimal 194 100 118
Hex C2 64 76

RGB Percentages of Color #c26476

%47.09
%24.27
%28.64

CMYK Percentages of Color #c26476

%0
%48
%39
%24

Triadic Colors of #c26476

#c26476 #76c264 #6476c2

Analogous Colors of #c26476

#c26476 #c28164 #c264a5

Monochromatic Colors of #c26476

#c26476

Complementary Color

#c26476 #64c2b0

#c26476 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c26476 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c26476 Color CSS Codes

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

#c26476 Text Font Color

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

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


#c26476 Background Color

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

This div background color is #c26476


#c26476 Border Color

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

This div border color is #c26476


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c26476


Comments

No comments written yet.

Please login to write comment.