Color Hex Logo

#c139ce Color Hex

#C139CE
(193,57,206)
0 Favorites   0 Comments

Color spaces of #c139ce

RGB 19357206
HSL0.820.600.52
HSV295°72°81°
CMYK 0.060.720.00   0.19
XYZ34.596018.719960.1824
Yxy18.71990.30480.1649
Hunter Lab43.266567.0127-52.1841
CIE-Lab50.357970.9727-49.7243

#c139ce color RGB value is (193,57,206).

#c139ce hex color red value is 193, green value is 57 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c139ce hue: 0.82 , saturation: 0.60 and the lightness value of c139ce is 0.52.

The process color (four color CMYK) of #c139ce color hex is 0.06, 0.72, 0.00, 0.19. Web safe color of #c139ce is #cc33cc. Color #c139ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00111001 11001110
Octal 301 71 316
Decimal 193 57 206
Hex C1 39 CE

RGB Percentages of Color #c139ce

%42.32
%12.50
%45.18

CMYK Percentages of Color #c139ce

%6
%72
%0
%19

Triadic Colors of #c139ce

#c139ce #cec139 #39cec1

Analogous Colors of #c139ce

#c139ce #ce3991 #7739ce

Monochromatic Colors of #c139ce

#c139ce

Complementary Color

#c139ce #46ce39

#c139ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c139ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c139ce Color CSS Codes

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

#c139ce Text Font Color

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

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


#c139ce Background Color

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

This div background color is #c139ce


#c139ce Border Color

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

This div border color is #c139ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c139ce


Comments

No comments written yet.

Please login to write comment.