Color Hex Logo

#c241eb Color Hex

#C241EB
(194,65,235)
0 Favorites   0 Comments

Color spaces of #c241eb

RGB 19465235
HSL0.790.810.59
HSV286°72°92°
CMYK 0.170.720.00   0.08
XYZ39.133821.248180.6360
Yxy21.24810.27750.1507
Hunter Lab46.095770.8736-71.4501
CIE-Lab53.220073.6081-61.6029

#c241eb color RGB value is (194,65,235).

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

The process color (four color CMYK) of #c241eb color hex is 0.17, 0.72, 0.00, 0.08. Web safe color of #c241eb is #cc33ff. Color #c241eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01000001 11101011
Octal 302 101 353
Decimal 194 65 235
Hex C2 41 EB

RGB Percentages of Color #c241eb

%39.27
%13.16
%47.57

CMYK Percentages of Color #c241eb

%17
%72
%0
%8

Triadic Colors of #c241eb

#c241eb #ebc241 #41ebc2

Analogous Colors of #c241eb

#c241eb #eb41bf #6d41eb

Monochromatic Colors of #c241eb

#c241eb

Complementary Color

#c241eb #6aeb41

#c241eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c241eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c241eb Color CSS Codes

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

#c241eb Text Font Color

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

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


#c241eb Background Color

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

This div background color is #c241eb


#c241eb Border Color

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

This div border color is #c241eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,65,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c241eb


Comments

No comments written yet.

Please login to write comment.