Color Hex Logo

#c941eb Color Hex

#C941EB
(201,65,235)
0 Favorites   0 Comments

Color spaces of #c941eb

RGB 20165235
HSL0.800.810.59
HSV288°72°92°
CMYK 0.140.720.00   0.08
XYZ40.973122.196380.7220
Yxy22.19630.28480.1543
Hunter Lab47.112972.7899-68.6068
CIE-Lab54.234774.9729-59.9177

#c941eb color RGB value is (201,65,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01000001 11101011
Octal 311 101 353
Decimal 201 65 235
Hex C9 41 EB

RGB Percentages of Color #c941eb

%40.12
%12.97
%46.91

CMYK Percentages of Color #c941eb

%14
%72
%0
%8

Triadic Colors of #c941eb

#c941eb #ebc941 #41ebc9

Analogous Colors of #c941eb

#c941eb #eb41b8 #7441eb

Monochromatic Colors of #c941eb

#c941eb

Complementary Color

#c941eb #63eb41

#c941eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c941eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c941eb Color CSS Codes

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

#c941eb Text Font Color

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

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


#c941eb Background Color

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

This div background color is #c941eb


#c941eb Border Color

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

This div border color is #c941eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c941eb


Comments

No comments written yet.

Please login to write comment.