Color Hex Logo

#c407e1 Color Hex

#C407E1
(196,7,225)
0 Favorites   0 Comments

Color spaces of #c407e1

RGB 1967225
HSL0.810.940.45
HSV292°97°88°
CMYK 0.130.970.00   0.12
XYZ36.431517.324072.6579
Yxy17.32400.28820.1370
Hunter Lab41.622183.4009-74.3645
CIE-Lab48.665784.4716-63.2790

#c407e1 color RGB value is (196,7,225).

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

The process color (four color CMYK) of #c407e1 color hex is 0.13, 0.97, 0.00, 0.12. Web safe color of #c407e1 is #cc00cc. Color #c407e1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00000111 11100001
Octal 304 7 341
Decimal 196 7 225
Hex C4 7 E1

RGB Percentages of Color #c407e1

%45.79
%1.64
%52.57

CMYK Percentages of Color #c407e1

%13
%97
%0
%12

Triadic Colors of #c407e1

#c407e1 #e1c407 #07e1c4

Analogous Colors of #c407e1

#c407e1 #e10791 #5707e1

Monochromatic Colors of #c407e1

#c407e1

Complementary Color

#c407e1 #24e107

#c407e1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c407e1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c407e1 Color CSS Codes

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

#c407e1 Text Font Color

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

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


#c407e1 Background Color

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

This div background color is #c407e1


#c407e1 Border Color

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

This div border color is #c407e1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,7,225, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c407e1


Comments

No comments written yet.

Please login to write comment.