Color Hex Logo

#c130bf Color Hex

#C130BF
(193,48,191)
0 Favorites   0 Comments

Color spaces of #c130bf

RGB 19348191
HSL0.840.600.47
HSV301°75°76°
CMYK 0.000.750.01   0.24
XYZ32.453217.212950.9022
Yxy17.21290.32270.1712
Hunter Lab41.488467.0220-43.7011
CIE-Lab48.527271.3355-43.9690

#c130bf color RGB value is (193,48,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00110000 10111111
Octal 301 60 277
Decimal 193 48 191
Hex C1 30 BF

RGB Percentages of Color #c130bf

%44.68
%11.11
%44.21

CMYK Percentages of Color #c130bf

%0
%75
%1
%24

Triadic Colors of #c130bf

#c130bf #bfc130 #30bfc1

Analogous Colors of #c130bf

#c130bf #c13077 #7b30c1

Monochromatic Colors of #c130bf

#c130bf

Complementary Color

#c130bf #30c132

#c130bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c130bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c130bf Color CSS Codes

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

#c130bf Text Font Color

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

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


#c130bf Background Color

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

This div background color is #c130bf


#c130bf Border Color

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

This div border color is #c130bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c130bf


Comments

No comments written yet.

Please login to write comment.