Color Hex Logo

#c218ba Color Hex

#C218BA
(194,24,186)
0 Favorites   0 Comments

Color spaces of #c218ba

RGB 19424186
HSL0.840.780.43
HSV303°88°76°
CMYK 0.000.880.04   0.24
XYZ31.437715.667847.8216
Yxy15.66780.33120.1651
Hunter Lab39.582672.5007-43.9233
CIE-Lab46.535676.2360-44.2060

#c218ba color RGB value is (194,24,186).

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

The process color (four color CMYK) of #c218ba color hex is 0.00, 0.88, 0.04, 0.24. Web safe color of #c218ba is #cc00cc. Color #c218ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00011000 10111010
Octal 302 30 272
Decimal 194 24 186
Hex C2 18 BA

RGB Percentages of Color #c218ba

%48.02
%5.94
%46.04

CMYK Percentages of Color #c218ba

%0
%88
%4
%24

Triadic Colors of #c218ba

#c218ba #bac218 #18bac2

Analogous Colors of #c218ba

#c218ba #c21865 #7518c2

Monochromatic Colors of #c218ba

#c218ba

Complementary Color

#c218ba #18c220

#c218ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c218ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c218ba Color CSS Codes

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

#c218ba Text Font Color

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

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


#c218ba Background Color

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

This div background color is #c218ba


#c218ba Border Color

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

This div border color is #c218ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c218ba


Comments

No comments written yet.

Please login to write comment.