Color Hex Logo

#c426cf Color Hex

#C426CF
(196,38,207)
0 Favorites   0 Comments

Color spaces of #c426cf

RGB 19638207
HSL0.820.690.48
HSV296°82°81°
CMYK 0.050.820.00   0.19
XYZ34.720517.627060.6039
Yxy17.62700.30740.1561
Hunter Lab41.984574.1436-56.1949
CIE-Lab49.040577.0786-52.3779

#c426cf color RGB value is (196,38,207).

#c426cf hex color red value is 196, green value is 38 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c426cf hue: 0.82 , saturation: 0.69 and the lightness value of c426cf is 0.48.

The process color (four color CMYK) of #c426cf color hex is 0.05, 0.82, 0.00, 0.19. Web safe color of #c426cf is #cc33cc. Color #c426cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00100110 11001111
Octal 304 46 317
Decimal 196 38 207
Hex C4 26 CF

RGB Percentages of Color #c426cf

%44.44
%8.62
%46.94

CMYK Percentages of Color #c426cf

%5
%82
%0
%19

Triadic Colors of #c426cf

#c426cf #cfc426 #26cfc4

Analogous Colors of #c426cf

#c426cf #cf2686 #7026cf

Monochromatic Colors of #c426cf

#c426cf

Complementary Color

#c426cf #31cf26

#c426cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c426cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c426cf Color CSS Codes

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

#c426cf Text Font Color

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

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


#c426cf Background Color

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

This div background color is #c426cf


#c426cf Border Color

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

This div border color is #c426cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c426cf


Comments

No comments written yet.

Please login to write comment.