Color Hex Logo

#c009fb Color Hex

#C009FB
(192,9,251)
0 Favorites   0 Comments

Color spaces of #c009fb

RGB 1929251
HSL0.790.970.51
HSV285°96°98°
CMYK 0.240.960.00   0.02
XYZ39.248518.366992.7433
Yxy18.36690.26100.1222
Hunter Lab42.856688.4729-98.3061
CIE-Lab49.938188.1170-75.8987

#c009fb color RGB value is (192,9,251).

#c009fb hex color red value is 192, green value is 9 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c009fb hue: 0.79 , saturation: 0.97 and the lightness value of c009fb is 0.51.

The process color (four color CMYK) of #c009fb color hex is 0.24, 0.96, 0.00, 0.02. Web safe color of #c009fb is #cc00ff. Color #c009fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00001001 11111011
Octal 300 11 373
Decimal 192 9 251
Hex C0 9 FB

RGB Percentages of Color #c009fb

%42.48
%1.99
%55.53

CMYK Percentages of Color #c009fb

%24
%96
%0
%2

Triadic Colors of #c009fb

#c009fb #fbc009 #09fbc0

Analogous Colors of #c009fb

#c009fb #fb09bd #4709fb

Monochromatic Colors of #c009fb

#c009fb

Complementary Color

#c009fb #44fb09

#c009fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c009fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c009fb Color CSS Codes

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

#c009fb Text Font Color

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

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


#c009fb Background Color

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

This div background color is #c009fb


#c009fb Border Color

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

This div border color is #c009fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c009fb


Comments

No comments written yet.

Please login to write comment.