Color Hex Logo

#c426bd Color Hex

#C426BD
(196,38,189)
0 Favorites   0 Comments

Color spaces of #c426bd

RGB 19638189
HSL0.840.680.46
HSV303°81°77°
CMYK 0.000.810.04   0.23
XYZ32.643416.796149.6656
Yxy16.79610.32940.1695
Hunter Lab40.983070.4567-43.1629
CIE-Lab48.002174.2802-43.6071

#c426bd color RGB value is (196,38,189).

#c426bd hex color red value is 196, green value is 38 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c426bd hue: 0.84 , saturation: 0.68 and the lightness value of c426bd is 0.46.

The process color (four color CMYK) of #c426bd color hex is 0.00, 0.81, 0.04, 0.23. Web safe color of #c426bd is #cc33cc. Color #c426bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00100110 10111101
Octal 304 46 275
Decimal 196 38 189
Hex C4 26 BD

RGB Percentages of Color #c426bd

%46.34
%8.98
%44.68

CMYK Percentages of Color #c426bd

%0
%81
%4
%23

Triadic Colors of #c426bd

#c426bd #bdc426 #26bdc4

Analogous Colors of #c426bd

#c426bd #c4266e #7c26c4

Monochromatic Colors of #c426bd

#c426bd

Complementary Color

#c426bd #26c42d

#c426bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c426bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c426bd Color CSS Codes

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

#c426bd Text Font Color

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

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


#c426bd Background Color

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

This div background color is #c426bd


#c426bd Border Color

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

This div border color is #c426bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c426bd


Comments

No comments written yet.

Please login to write comment.