Color Hex Logo

#c238ab Color Hex

#C238AB
(194,56,171)
0 Favorites   0 Comments

Color spaces of #c238ab

RGB 19456171
HSL0.860.550.49
HSV310°71°76°
CMYK 0.000.710.12   0.24
XYZ31.013017.238040.2208
Yxy17.23800.35050.1948
Hunter Lab41.518760.6756-28.3735
CIE-Lab48.558565.9524-32.1949

#c238ab color RGB value is (194,56,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00111000 10101011
Octal 302 70 253
Decimal 194 56 171
Hex C2 38 AB

RGB Percentages of Color #c238ab

%46.08
%13.30
%40.62

CMYK Percentages of Color #c238ab

%0
%71
%12
%24

Triadic Colors of #c238ab

#c238ab #abc238 #38abc2

Analogous Colors of #c238ab

#c238ab #c23866 #9438c2

Monochromatic Colors of #c238ab

#c238ab

Complementary Color

#c238ab #38c24f

#c238ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c238ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c238ab Color CSS Codes

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

#c238ab Text Font Color

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

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


#c238ab Background Color

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

This div background color is #c238ab


#c238ab Border Color

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

This div border color is #c238ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c238ab


Comments

No comments written yet.

Please login to write comment.