Color Hex Logo

#c141ef Color Hex

#C141EF
(193,65,239)
0 Favorites   0 Comments

Color spaces of #c141ef

RGB 19365239
HSL0.790.840.60
HSV284°73°94°
CMYK 0.190.730.00   0.06
XYZ39.462621.350083.7024
Yxy21.35000.27310.1477
Hunter Lab46.206171.5885-75.0597
CIE-Lab53.330474.1707-63.6776

#c141ef color RGB value is (193,65,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01000001 11101111
Octal 301 101 357
Decimal 193 65 239
Hex C1 41 EF

RGB Percentages of Color #c141ef

%38.83
%13.08
%48.09

CMYK Percentages of Color #c141ef

%19
%73
%0
%6

Triadic Colors of #c141ef

#c141ef #efc141 #41efc1

Analogous Colors of #c141ef

#c141ef #ef41c6 #6a41ef

Monochromatic Colors of #c141ef

#c141ef

Complementary Color

#c141ef #6fef41

#c141ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c141ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c141ef Color CSS Codes

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

#c141ef Text Font Color

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

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


#c141ef Background Color

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

This div background color is #c141ef


#c141ef Border Color

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

This div border color is #c141ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,65,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 #c141ef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c141ef


Comments

No comments written yet.

Please login to write comment.