Color Hex Logo

#c209bf Color Hex

#C209BF
(194,9,191)
0 Favorites   0 Comments

Color spaces of #c209bf

RGB 1949191
HSL0.840.910.40
HSV301°95°76°
CMYK 0.000.950.02   0.24
XYZ31.749815.426350.5944
Yxy15.42630.32470.1578
Hunter Lab39.276375.5604-48.8819
CIE-Lab46.212678.7686-47.6461

#c209bf color RGB value is (194,9,191).

#c209bf hex color red value is 194, green value is 9 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c209bf hue: 0.84 , saturation: 0.91 and the lightness value of c209bf is 0.40.

The process color (four color CMYK) of #c209bf color hex is 0.00, 0.95, 0.02, 0.24. Web safe color of #c209bf is #cc00cc. Color #c209bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00001001 10111111
Octal 302 11 277
Decimal 194 9 191
Hex C2 9 BF

RGB Percentages of Color #c209bf

%49.24
%2.28
%48.48

CMYK Percentages of Color #c209bf

%0
%95
%2
%24

Triadic Colors of #c209bf

#c209bf #bfc209 #09bfc2

Analogous Colors of #c209bf

#c209bf #c20963 #6909c2

Monochromatic Colors of #c209bf

#c209bf

Complementary Color

#c209bf #09c20c

#c209bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c209bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c209bf Color CSS Codes

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

#c209bf Text Font Color

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

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


#c209bf Background Color

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

This div background color is #c209bf


#c209bf Border Color

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

This div border color is #c209bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c209bf


Comments

No comments written yet.

Please login to write comment.