Color Hex Logo

#c209ec Color Hex

#C209EC
(194,9,236)
0 Favorites   0 Comments

Color spaces of #c209ec

RGB 1949236
HSL0.800.930.48
HSV289°96°93°
CMYK 0.180.960.00   0.07
XYZ37.486117.720880.8016
Yxy17.72080.27560.1303
Hunter Lab42.096185.2842-84.3373
CIE-Lab49.155785.8309-68.7340

#c209ec color RGB value is (194,9,236).

#c209ec hex color red value is 194, green value is 9 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c209ec hue: 0.80 , saturation: 0.93 and the lightness value of c209ec is 0.48.

The process color (four color CMYK) of #c209ec color hex is 0.18, 0.96, 0.00, 0.07. Web safe color of #c209ec is #cc00ff. Color #c209ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00001001 11101100
Octal 302 11 354
Decimal 194 9 236
Hex C2 9 EC

RGB Percentages of Color #c209ec

%44.19
%2.05
%53.76

CMYK Percentages of Color #c209ec

%18
%96
%0
%7

Triadic Colors of #c209ec

#c209ec #ecc209 #09ecc2

Analogous Colors of #c209ec

#c209ec #ec09a5 #5009ec

Monochromatic Colors of #c209ec

#c209ec

Complementary Color

#c209ec #33ec09

#c209ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c209ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c209ec Color CSS Codes

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

#c209ec Text Font Color

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

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


#c209ec Background Color

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

This div background color is #c209ec


#c209ec Border Color

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

This div border color is #c209ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c209ec


Comments

No comments written yet.

Please login to write comment.