Color Hex Logo

#c209bc Color Hex

#C209BC
(194,9,188)
0 Favorites   0 Comments

Color spaces of #c209bc

RGB 1949188
HSL0.840.910.40
HSV302°95°76°
CMYK 0.000.950.03   0.24
XYZ31.422915.295548.8731
Yxy15.29550.32870.1600
Hunter Lab39.109574.9761-46.7151
CIE-Lab46.036378.3339-46.1731

#c209bc color RGB value is (194,9,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00001001 10111100
Octal 302 11 274
Decimal 194 9 188
Hex C2 9 BC

RGB Percentages of Color #c209bc

%49.62
%2.30
%48.08

CMYK Percentages of Color #c209bc

%0
%95
%3
%24

Triadic Colors of #c209bc

#c209bc #bcc209 #09bcc2

Analogous Colors of #c209bc

#c209bc #c20960 #6c09c2

Monochromatic Colors of #c209bc

#c209bc

Complementary Color

#c209bc #09c20f

#c209bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c209bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c209bc Color CSS Codes

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

#c209bc Text Font Color

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

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


#c209bc Background Color

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

This div background color is #c209bc


#c209bc Border Color

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

This div border color is #c209bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c209bc


Comments

No comments written yet.

Please login to write comment.