Color Hex Logo

#c241ef Color Hex

#C241EF
(194,65,239)
0 Favorites   0 Comments

Color spaces of #c241ef

RGB 19465239
HSL0.790.840.60
HSV284°73°94°
CMYK 0.190.730.00   0.06
XYZ39.718421.481983.7144
Yxy21.48190.27410.1482
Hunter Lab46.348671.8555-74.6451
CIE-Lab53.472974.3608-63.4407

#c241ef color RGB value is (194,65,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01000001 11101111
Octal 302 101 357
Decimal 194 65 239
Hex C2 41 EF

RGB Percentages of Color #c241ef

%38.96
%13.05
%47.99

CMYK Percentages of Color #c241ef

%19
%73
%0
%6

Triadic Colors of #c241ef

#c241ef #efc241 #41efc2

Analogous Colors of #c241ef

#c241ef #ef41c5 #6b41ef

Monochromatic Colors of #c241ef

#c241ef

Complementary Color

#c241ef #6eef41

#c241ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c241ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c241ef Color CSS Codes

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

#c241ef Text Font Color

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

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


#c241ef Background Color

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

This div background color is #c241ef


#c241ef Border Color

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

This div border color is #c241ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c241ef


Comments

No comments written yet.

Please login to write comment.