Color Hex Logo

#c20baf Color Hex

#C20BAF
(194,11,175)
0 Favorites   0 Comments

Color spaces of #c20baf

RGB 19411175
HSL0.850.890.40
HSV306°94°76°
CMYK 0.000.940.10   0.24
XYZ30.105714.803841.8281
Yxy14.80380.34710.1707
Hunter Lab38.475772.3366-37.5230
CIE-Lab45.364376.3305-39.5889

#c20baf color RGB value is (194,11,175).

#c20baf hex color red value is 194, green value is 11 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c20baf hue: 0.85 , saturation: 0.89 and the lightness value of c20baf is 0.40.

The process color (four color CMYK) of #c20baf color hex is 0.00, 0.94, 0.10, 0.24. Web safe color of #c20baf is #cc0099. Color #c20baf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00001011 10101111
Octal 302 13 257
Decimal 194 11 175
Hex C2 B AF

RGB Percentages of Color #c20baf

%51.05
%2.89
%46.05

CMYK Percentages of Color #c20baf

%0
%94
%10
%24

Triadic Colors of #c20baf

#c20baf #afc20b #0bafc2

Analogous Colors of #c20baf

#c20baf #c20b54 #7a0bc2

Monochromatic Colors of #c20baf

#c20baf

Complementary Color

#c20baf #0bc21e

#c20baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c20baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c20baf Color CSS Codes

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

#c20baf Text Font Color

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

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


#c20baf Background Color

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

This div background color is #c20baf


#c20baf Border Color

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

This div border color is #c20baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c20baf


Comments

No comments written yet.

Please login to write comment.