Color Hex Logo

#c26dac Color Hex

#C26DAC
(194,109,172)
0 Favorites   0 Comments

Color spaces of #c26dac

RGB 194109172
HSL0.880.410.59
HSV316°44°76°
CMYK 0.000.440.11   0.24
XYZ35.163225.385242.0763
Yxy25.38520.34260.2474
Hunter Lab50.383736.4050-14.2455
CIE-Lab57.448842.3487-19.0405

#c26dac color RGB value is (194,109,172).

#c26dac hex color red value is 194, green value is 109 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c26dac hue: 0.88 , saturation: 0.41 and the lightness value of c26dac is 0.59.

The process color (four color CMYK) of #c26dac color hex is 0.00, 0.44, 0.11, 0.24. Web safe color of #c26dac is #cc6699. Color #c26dac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01101101 10101100
Octal 302 155 254
Decimal 194 109 172
Hex C2 6D AC

RGB Percentages of Color #c26dac

%40.84
%22.95
%36.21

CMYK Percentages of Color #c26dac

%0
%44
%11
%24

Triadic Colors of #c26dac

#c26dac #acc26d #6dacc2

Analogous Colors of #c26dac

#c26dac #c26d82 #ae6dc2

Monochromatic Colors of #c26dac

#c26dac

Complementary Color

#c26dac #6dc283

#c26dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c26dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c26dac Color CSS Codes

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

#c26dac Text Font Color

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

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


#c26dac Background Color

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

This div background color is #c26dac


#c26dac Border Color

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

This div border color is #c26dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c26dac


Comments

No comments written yet.

Please login to write comment.