Color Hex Logo

#c139cd Color Hex

#C139CD
(193,57,205)
0 Favorites   0 Comments

Color spaces of #c139cd

RGB 19357205
HSL0.820.600.51
HSV295°72°80°
CMYK 0.060.720.00   0.20
XYZ34.474918.671559.5445
Yxy18.67150.30590.1657
Hunter Lab43.210566.7952-51.4548
CIE-Lab50.300670.8024-49.2411

#c139cd color RGB value is (193,57,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00111001 11001101
Octal 301 71 315
Decimal 193 57 205
Hex C1 39 CD

RGB Percentages of Color #c139cd

%42.42
%12.53
%45.05

CMYK Percentages of Color #c139cd

%6
%72
%0
%20

Triadic Colors of #c139cd

#c139cd #cdc139 #39cdc1

Analogous Colors of #c139cd

#c139cd #cd398f #7739cd

Monochromatic Colors of #c139cd

#c139cd

Complementary Color

#c139cd #45cd39

#c139cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c139cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c139cd Color CSS Codes

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

#c139cd Text Font Color

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

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


#c139cd Background Color

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

This div background color is #c139cd


#c139cd Border Color

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

This div border color is #c139cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c139cd


Comments

No comments written yet.

Please login to write comment.