Color Hex Logo

#c009bf Color Hex

#C009BF
(192,9,191)
0 Favorites   0 Comments

Color spaces of #c009bf

RGB 1929191
HSL0.830.910.39
HSV300°95°75°
CMYK 0.000.950.01   0.25
XYZ31.239915.163450.5705
Yxy15.16340.32210.1564
Hunter Lab38.940275.0568-49.7400
CIE-Lab45.857278.4335-48.2346

#c009bf color RGB value is (192,9,191).

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

The process color (four color CMYK) of #c009bf color hex is 0.00, 0.95, 0.01, 0.25. Web safe color of #c009bf is #cc00cc. Color #c009bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00001001 10111111
Octal 300 11 277
Decimal 192 9 191
Hex C0 9 BF

RGB Percentages of Color #c009bf

%48.98
%2.30
%48.72

CMYK Percentages of Color #c009bf

%0
%95
%1
%25

Triadic Colors of #c009bf

#c009bf #bfc009 #09bfc0

Analogous Colors of #c009bf

#c009bf #c00964 #6609c0

Monochromatic Colors of #c009bf

#c009bf

Complementary Color

#c009bf #09c00a

#c009bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c009bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c009bf Color CSS Codes

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

#c009bf Text Font Color

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

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


#c009bf Background Color

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

This div background color is #c009bf


#c009bf Border Color

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

This div border color is #c009bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,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 #c009bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c009bf


Comments

No comments written yet.

Please login to write comment.