Color Hex Logo

#c236ab Color Hex

#C236AB
(194,54,171)
0 Favorites   0 Comments

Color spaces of #c236ab

RGB 19454171
HSL0.860.560.49
HSV310°72°76°
CMYK 0.000.720.12   0.24
XYZ30.918017.047940.1891
Yxy17.04790.35070.1934
Hunter Lab41.289161.4080-28.8081
CIE-Lab48.320366.6272-32.5679

#c236ab color RGB value is (194,54,171).

#c236ab hex color red value is 194, green value is 54 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c236ab hue: 0.86 , saturation: 0.56 and the lightness value of c236ab is 0.49.

The process color (four color CMYK) of #c236ab color hex is 0.00, 0.72, 0.12, 0.24. Web safe color of #c236ab is #cc3399. Color #c236ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00110110 10101011
Octal 302 66 253
Decimal 194 54 171
Hex C2 36 AB

RGB Percentages of Color #c236ab

%46.30
%12.89
%40.81

CMYK Percentages of Color #c236ab

%0
%72
%12
%24

Triadic Colors of #c236ab

#c236ab #abc236 #36abc2

Analogous Colors of #c236ab

#c236ab #c23665 #9336c2

Monochromatic Colors of #c236ab

#c236ab

Complementary Color

#c236ab #36c24d

#c236ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c236ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c236ab Color CSS Codes

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

#c236ab Text Font Color

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

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


#c236ab Background Color

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

This div background color is #c236ab


#c236ab Border Color

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

This div border color is #c236ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,54,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 #c236ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c236ab


Comments

No comments written yet.

Please login to write comment.