Color Hex Logo

#c139de Color Hex

#C139DE
(193,57,222)
0 Favorites   0 Comments

Color spaces of #c139de

RGB 19357222
HSL0.800.710.55
HSV289°74°87°
CMYK 0.130.740.00   0.13
XYZ36.640319.537670.9472
Yxy19.53760.28820.1537
Hunter Lab44.201470.6135-64.2249
CIE-Lab51.310373.7649-57.3368

#c139de color RGB value is (193,57,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00111001 11011110
Octal 301 71 336
Decimal 193 57 222
Hex C1 39 DE

RGB Percentages of Color #c139de

%40.89
%12.08
%47.03

CMYK Percentages of Color #c139de

%13
%74
%0
%13

Triadic Colors of #c139de

#c139de #dec139 #39dec1

Analogous Colors of #c139de

#c139de #de39a9 #6f39de

Monochromatic Colors of #c139de

#c139de

Complementary Color

#c139de #56de39

#c139de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c139de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c139de Color CSS Codes

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

#c139de Text Font Color

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

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


#c139de Background Color

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

This div background color is #c139de


#c139de Border Color

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

This div border color is #c139de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c139de


Comments

No comments written yet.

Please login to write comment.