Color Hex Logo

#c136ef Color Hex

#C136EF
(193,54,239)
0 Favorites   0 Comments

Color spaces of #c136ef

RGB 19354239
HSL0.790.850.57
HSV285°77°94°
CMYK 0.190.770.00   0.06
XYZ38.891520.207883.5120
Yxy20.20780.27270.1417
Hunter Lab44.953175.7627-78.6794
CIE-Lab52.071377.7897-65.7094

#c136ef color RGB value is (193,54,239).

#c136ef hex color red value is 193, green value is 54 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c136ef hue: 0.79 , saturation: 0.85 and the lightness value of c136ef is 0.57.

The process color (four color CMYK) of #c136ef color hex is 0.19, 0.77, 0.00, 0.06. Web safe color of #c136ef is #cc33ff. Color #c136ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00110110 11101111
Octal 301 66 357
Decimal 193 54 239
Hex C1 36 EF

RGB Percentages of Color #c136ef

%39.71
%11.11
%49.18

CMYK Percentages of Color #c136ef

%19
%77
%0
%6

Triadic Colors of #c136ef

#c136ef #efc136 #36efc1

Analogous Colors of #c136ef

#c136ef #ef36c1 #6536ef

Monochromatic Colors of #c136ef

#c136ef

Complementary Color

#c136ef #64ef36

#c136ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c136ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c136ef Color CSS Codes

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

#c136ef Text Font Color

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

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


#c136ef Background Color

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

This div background color is #c136ef


#c136ef Border Color

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

This div border color is #c136ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c136ef


Comments

No comments written yet.

Please login to write comment.