Color Hex Logo

#c26eab Color Hex

#C26EAB
(194,110,171)
0 Favorites   0 Comments

Color spaces of #c26eab

RGB 194110171
HSL0.880.410.60
HSV316°43°76°
CMYK 0.000.430.12   0.24
XYZ35.174825.561541.6080
Yxy25.56150.34370.2498
Hunter Lab50.558435.7100-13.4030
CIE-Lab57.618541.6570-18.2055

#c26eab color RGB value is (194,110,171).

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

The process color (four color CMYK) of #c26eab color hex is 0.00, 0.43, 0.12, 0.24. Web safe color of #c26eab is #cc6699. Color #c26eab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01101110 10101011
Octal 302 156 253
Decimal 194 110 171
Hex C2 6E AB

RGB Percentages of Color #c26eab

%40.84
%23.16
%36.00

CMYK Percentages of Color #c26eab

%0
%43
%12
%24

Triadic Colors of #c26eab

#c26eab #abc26e #6eabc2

Analogous Colors of #c26eab

#c26eab #c26e81 #af6ec2

Monochromatic Colors of #c26eab

#c26eab

Complementary Color

#c26eab #6ec285

#c26eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c26eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c26eab Color CSS Codes

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

#c26eab Text Font Color

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

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


#c26eab Background Color

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

This div background color is #c26eab


#c26eab Border Color

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

This div border color is #c26eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c26eab


Comments

No comments written yet.

Please login to write comment.