Color Hex Logo

#c13fbe Color Hex

#C13FBE
(193,63,190)
0 Favorites   0 Comments

Color spaces of #c13fbe

RGB 19363190
HSL0.840.510.50
HSV301°67°76°
CMYK 0.000.670.02   0.24
XYZ33.064118.610250.5646
Yxy18.61020.32340.1820
Hunter Lab43.139561.3163-39.2972
CIE-Lab50.228066.1835-40.6927

#c13fbe color RGB value is (193,63,190).

#c13fbe hex color red value is 193, green value is 63 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c13fbe hue: 0.84 , saturation: 0.51 and the lightness value of c13fbe is 0.50.

The process color (four color CMYK) of #c13fbe color hex is 0.00, 0.67, 0.02, 0.24. Web safe color of #c13fbe is #cc33cc. Color #c13fbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00111111 10111110
Octal 301 77 276
Decimal 193 63 190
Hex C1 3F BE

RGB Percentages of Color #c13fbe

%43.27
%14.13
%42.60

CMYK Percentages of Color #c13fbe

%0
%67
%2
%24

Triadic Colors of #c13fbe

#c13fbe #bec13f #3fbec1

Analogous Colors of #c13fbe

#c13fbe #c13f7d #833fc1

Monochromatic Colors of #c13fbe

#c13fbe

Complementary Color

#c13fbe #3fc142

#c13fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c13fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c13fbe Color CSS Codes

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

#c13fbe Text Font Color

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

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


#c13fbe Background Color

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

This div background color is #c13fbe


#c13fbe Border Color

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

This div border color is #c13fbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,63,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c13fbe


Comments

No comments written yet.

Please login to write comment.