Color Hex Logo

#c136ff Color Hex

#C136FF
(193,54,255)
0 Favorites   0 Comments

Color spaces of #c136ff

RGB 19354255
HSL0.781.000.61
HSV281°79°100°
CMYK 0.240.790.00   0.00
XYZ41.361521.195896.5189
Yxy21.19580.26000.1332
Hunter Lab46.038979.7969-92.0721
CIE-Lab53.163180.7814-72.8769

#c136ff color RGB value is (193,54,255).

#c136ff hex color red value is 193, green value is 54 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c136ff hue: 0.78 , saturation: 1.00 and the lightness value of c136ff is 0.61.

The process color (four color CMYK) of #c136ff color hex is 0.24, 0.79, 0.00, 0.00. Web safe color of #c136ff is #cc33ff. Color #c136ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00110110 11111111
Octal 301 66 377
Decimal 193 54 255
Hex C1 36 FF

RGB Percentages of Color #c136ff

%38.45
%10.76
%50.80

CMYK Percentages of Color #c136ff

%24
%79
%0
%0

Triadic Colors of #c136ff

#c136ff #ffc136 #36ffc1

Analogous Colors of #c136ff

#c136ff #ff36d9 #5d36ff

Monochromatic Colors of #c136ff

#c136ff

Complementary Color

#c136ff #74ff36

#c136ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c136ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c136ff Color CSS Codes

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

#c136ff Text Font Color

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

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


#c136ff Background Color

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

This div background color is #c136ff


#c136ff Border Color

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

This div border color is #c136ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c136ff

Related Colors


Comments

No comments written yet.

Please login to write comment.