Color Hex Logo

#c407eb Color Hex

#C407EB
(196,7,235)
0 Favorites   0 Comments

Color spaces of #c407eb

RGB 1967235
HSL0.800.940.47
HSV290°97°92°
CMYK 0.170.970.00   0.08
XYZ37.836317.885980.0554
Yxy17.88590.27870.1317
Hunter Lab42.291785.6845-82.6278
CIE-Lab49.357486.0997-67.8271

#c407eb color RGB value is (196,7,235).

#c407eb hex color red value is 196, green value is 7 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c407eb hue: 0.80 , saturation: 0.94 and the lightness value of c407eb is 0.47.

The process color (four color CMYK) of #c407eb color hex is 0.17, 0.97, 0.00, 0.08. Web safe color of #c407eb is #cc00ff. Color #c407eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00000111 11101011
Octal 304 7 353
Decimal 196 7 235
Hex C4 7 EB

RGB Percentages of Color #c407eb

%44.75
%1.60
%53.65

CMYK Percentages of Color #c407eb

%17
%97
%0
%8

Triadic Colors of #c407eb

#c407eb #ebc407 #07ebc4

Analogous Colors of #c407eb

#c407eb #eb07a0 #5207eb

Monochromatic Colors of #c407eb

#c407eb

Complementary Color

#c407eb #2eeb07

#c407eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c407eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c407eb Color CSS Codes

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

#c407eb Text Font Color

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

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


#c407eb Background Color

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

This div background color is #c407eb


#c407eb Border Color

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

This div border color is #c407eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c407eb


Comments

No comments written yet.

Please login to write comment.