Color Hex Logo

#c223ba Color Hex

#C223BA
(194,35,186)
0 Favorites   0 Comments

Color spaces of #c223ba

RGB 19435186
HSL0.840.690.45
HSV303°82°76°
CMYK 0.000.820.04   0.24
XYZ31.712116.216647.9131
Yxy16.21660.33090.1692
Hunter Lab40.269870.0948-42.3544
CIE-Lab47.257474.1280-43.0585

#c223ba color RGB value is (194,35,186).

#c223ba hex color red value is 194, green value is 35 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c223ba hue: 0.84 , saturation: 0.69 and the lightness value of c223ba is 0.45.

The process color (four color CMYK) of #c223ba color hex is 0.00, 0.82, 0.04, 0.24. Web safe color of #c223ba is #cc33cc. Color #c223ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00100011 10111010
Octal 302 43 272
Decimal 194 35 186
Hex C2 23 BA

RGB Percentages of Color #c223ba

%46.75
%8.43
%44.82

CMYK Percentages of Color #c223ba

%0
%82
%4
%24

Triadic Colors of #c223ba

#c223ba #bac223 #23bac2

Analogous Colors of #c223ba

#c223ba #c2236b #7b23c2

Monochromatic Colors of #c223ba

#c223ba

Complementary Color

#c223ba #23c22b

#c223ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c223ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c223ba Color CSS Codes

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

#c223ba Text Font Color

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

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


#c223ba Background Color

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

This div background color is #c223ba


#c223ba Border Color

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

This div border color is #c223ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c223ba


Comments

No comments written yet.

Please login to write comment.