Color Hex Logo

#c120bf Color Hex

#C120BF
(193,32,191)
0 Favorites   0 Comments

Color spaces of #c120bf

RGB 19332191
HSL0.840.720.44
HSV301°83°76°
CMYK 0.000.830.01   0.24
XYZ31.912816.132150.7220
Yxy16.13210.32310.1633
Hunter Lab40.164871.5382-46.7589
CIE-Lab47.147375.3325-46.1647

#c120bf color RGB value is (193,32,191).

#c120bf hex color red value is 193, green value is 32 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c120bf hue: 0.84 , saturation: 0.72 and the lightness value of c120bf is 0.44.

The process color (four color CMYK) of #c120bf color hex is 0.00, 0.83, 0.01, 0.24. Web safe color of #c120bf is #cc33cc. Color #c120bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00100000 10111111
Octal 301 40 277
Decimal 193 32 191
Hex C1 20 BF

RGB Percentages of Color #c120bf

%46.39
%7.69
%45.91

CMYK Percentages of Color #c120bf

%0
%83
%1
%24

Triadic Colors of #c120bf

#c120bf #bfc120 #20bfc1

Analogous Colors of #c120bf

#c120bf #c1206f #7320c1

Monochromatic Colors of #c120bf

#c120bf

Complementary Color

#c120bf #20c122

#c120bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c120bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c120bf Color CSS Codes

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

#c120bf Text Font Color

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

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


#c120bf Background Color

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

This div background color is #c120bf


#c120bf Border Color

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

This div border color is #c120bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c120bf


Comments

No comments written yet.

Please login to write comment.