Color Hex Logo

#c139dd Color Hex

#C139DD
(193,57,221)
0 Favorites   0 Comments

Color spaces of #c139dd

RGB 19357221
HSL0.800.710.55
HSV290°74°87°
CMYK 0.130.740.00   0.13
XYZ36.506619.484270.2433
Yxy19.48420.28920.1543
Hunter Lab44.140970.3813-63.4520
CIE-Lab51.249073.5863-56.8673

#c139dd color RGB value is (193,57,221).

#c139dd hex color red value is 193, green value is 57 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c139dd hue: 0.80 , saturation: 0.71 and the lightness value of c139dd is 0.55.

The process color (four color CMYK) of #c139dd color hex is 0.13, 0.74, 0.00, 0.13. Web safe color of #c139dd is #cc33cc. Color #c139dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00111001 11011101
Octal 301 71 335
Decimal 193 57 221
Hex C1 39 DD

RGB Percentages of Color #c139dd

%40.98
%12.10
%46.92

CMYK Percentages of Color #c139dd

%13
%74
%0
%13

Triadic Colors of #c139dd

#c139dd #ddc139 #39ddc1

Analogous Colors of #c139dd

#c139dd #dd39a7 #6f39dd

Monochromatic Colors of #c139dd

#c139dd

Complementary Color

#c139dd #55dd39

#c139dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c139dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c139dd Color CSS Codes

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

#c139dd Text Font Color

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

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


#c139dd Background Color

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

This div background color is #c139dd


#c139dd Border Color

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

This div border color is #c139dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c139dd


Comments

No comments written yet.

Please login to write comment.