Color Hex Logo

#c233ab Color Hex

#C233AB
(194,51,171)
0 Favorites   0 Comments

Color spaces of #c233ab

RGB 19451171
HSL0.860.580.48
HSV310°74°76°
CMYK 0.000.740.12   0.24
XYZ30.782616.777340.1440
Yxy16.77730.35100.1913
Hunter Lab40.960162.4673-29.4366
CIE-Lab47.978267.5992-33.1041

#c233ab color RGB value is (194,51,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00110011 10101011
Octal 302 63 253
Decimal 194 51 171
Hex C2 33 AB

RGB Percentages of Color #c233ab

%46.63
%12.26
%41.11

CMYK Percentages of Color #c233ab

%0
%74
%12
%24

Triadic Colors of #c233ab

#c233ab #abc233 #33abc2

Analogous Colors of #c233ab

#c233ab #c23363 #9233c2

Monochromatic Colors of #c233ab

#c233ab

Complementary Color

#c233ab #33c24a

#c233ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c233ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c233ab Color CSS Codes

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

#c233ab Text Font Color

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

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


#c233ab Background Color

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

This div background color is #c233ab


#c233ab Border Color

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

This div border color is #c233ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c233ab


Comments

No comments written yet.

Please login to write comment.