Color Hex Logo

#c13bbf Color Hex

#C13BBF
(193,59,191)
0 Favorites   0 Comments

Color spaces of #c13bbf

RGB 19359191
HSL0.840.530.49
HSV301°69°76°
CMYK 0.000.690.01   0.24
XYZ32.960318.227051.0712
Yxy18.22700.32230.1782
Hunter Lab42.693163.0943-41.0399
CIE-Lab49.770367.7881-41.9973

#c13bbf color RGB value is (193,59,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00111011 10111111
Octal 301 73 277
Decimal 193 59 191
Hex C1 3B BF

RGB Percentages of Color #c13bbf

%43.57
%13.32
%43.12

CMYK Percentages of Color #c13bbf

%0
%69
%1
%24

Triadic Colors of #c13bbf

#c13bbf #bfc13b #3bbfc1

Analogous Colors of #c13bbf

#c13bbf #c13b7c #803bc1

Monochromatic Colors of #c13bbf

#c13bbf

Complementary Color

#c13bbf #3bc13d

#c13bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c13bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c13bbf Color CSS Codes

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

#c13bbf Text Font Color

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

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


#c13bbf Background Color

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

This div background color is #c13bbf


#c13bbf Border Color

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

This div border color is #c13bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c13bbf


Comments

No comments written yet.

Please login to write comment.