Color Hex Logo

#c229ba Color Hex

#C229BA
(194,41,186)
0 Favorites   0 Comments

Color spaces of #c229ba

RGB 19441186
HSL0.840.650.46
HSV303°79°76°
CMYK 0.000.790.04   0.24
XYZ31.904016.600447.9770
Yxy16.60040.33070.1721
Hunter Lab40.743668.4720-41.2955
CIE-Lab47.752572.6918-42.2724

#c229ba color RGB value is (194,41,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00101001 10111010
Octal 302 51 272
Decimal 194 41 186
Hex C2 29 BA

RGB Percentages of Color #c229ba

%46.08
%9.74
%44.18

CMYK Percentages of Color #c229ba

%0
%79
%4
%24

Triadic Colors of #c229ba

#c229ba #bac229 #29bac2

Analogous Colors of #c229ba

#c229ba #c2296e #7e29c2

Monochromatic Colors of #c229ba

#c229ba

Complementary Color

#c229ba #29c231

#c229ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c229ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c229ba Color CSS Codes

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

#c229ba Text Font Color

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

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


#c229ba Background Color

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

This div background color is #c229ba


#c229ba Border Color

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

This div border color is #c229ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c229ba


Comments

No comments written yet.

Please login to write comment.